Skip to content

Commit

Permalink
Use backslashes to escape curly-braces inside \tcode section
Browse files Browse the repository at this point in the history
Use backslashes to escape instead of the @ symbol.
  • Loading branch information
lewissbaker authored Aug 14, 2024
1 parent c8f87ef commit 93f9e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/exec.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2583,7 +2583,7 @@
\end{itemize}

Otherwise, it is expression-equivalent to
\tcode{\exposid{make-sender}(\exposid{just-cpo}, @\exposid{product-type}@{ts...})}.
\tcode{\exposid{make-sender}(\exposid{just-cpo}, \exposid{product-type}\{ts...\})}.

For \tcode{just}, \tcode{just_error}, and \tcode{just_stopped},
let \exposid{set-cpo} be
Expand Down

0 comments on commit 93f9e4b

Please # to comment.