Skip to content

Commit

Permalink
[exec.getcomplsigs] Add missing LaTeX escaping of braces (#7541)
Browse files Browse the repository at this point in the history
  • Loading branch information
jensmaurer authored Jan 13, 2025
1 parent 9401d5f commit 6ecd1be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/exec.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6ecd1be

Please sign in to comment.