From 6ecd1be67c71001db37883ee45b76cc66ef4101f Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Mon, 13 Jan 2025 22:34:47 +0100 Subject: [PATCH] [exec.getcomplsigs] Add missing LaTeX escaping of braces (#7541) --- source/exec.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/exec.tex b/source/exec.tex index 8101b88b0a..035ed59195 100644 --- a/source/exec.tex +++ b/source/exec.tex @@ -2373,9 +2373,9 @@ let \tcode{env} be an expression such that \tcode{decltype((env))} is \tcode{Env}. Let \tcode{new_sndr} be the expression -\tcode{transform_sender(decltype(\exposid{get-domain-late}(sndr, env)){}, sndr, env)}, and +\tcode{transform_sender(decltype(\exposid{get-domain-late}(sndr, env))\{\}, sndr, env)}, and let \tcode{NewSndr} be \tcode{decltype((new_sndr))}. -Then \tcode{get_completion_signatures(sndr, env)} is expression-equivalent to +Then \tcode{get_completion_signatures(sndr, env)} is expression-equiva\-lent to \tcode{(void(sndr), void(env), CS())} except that \tcode{void(sndr)} and \tcode{void(env)} are indeterminately sequenced,