Skip to content

Commit ebef68d

Browse files
authored
[exec.just] Add missing LaTeX escape for product-type construction (#7216)
1 parent aa62b37 commit ebef68d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/exec.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2583,7 +2583,7 @@
25832583
\end{itemize}
25842584

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

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

0 commit comments

Comments
 (0)