Skip to content

Commit 23a2b80

Browse files
authored
[exec.async.ops] Add \tcode for true (#7233)
1 parent fc0f1b5 commit 23a2b80

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
@@ -358,7 +358,7 @@
358358
the function type \tcode{decltype(auto(set))(decltype((args))...)}.
359359
A completion signature \tcode{Sig} is associated with \tcode{c}
360360
if and only if
361-
\tcode{\exposid{MATCHING-SIG}(Sig, F)} is true\iref{exec.general}).
361+
\tcode{\exposid{MATCHING-SIG}(Sig, F)} is \tcode{true}\iref{exec.general}).
362362
Together, a sender type and an environment type \tcode{Env} determine
363363
the set of completion signatures of an asynchronous operation
364364
that results from connecting the sender with a receiver

0 commit comments

Comments
 (0)