Skip to content

Commit 2734dde

Browse files
authored
[exec.async.ops] Remove stray closing parenthesis (#7555)
1 parent 0164098 commit 2734dde

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

0 commit comments

Comments
 (0)