Skip to content

Commit 69ddb6e

Browse files
authored
[exec.stopped.opt] Fix indefinite article (cplusplus#7186)
1 parent 7f76c21 commit 69ddb6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/exec.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4371,11 +4371,11 @@
43714371

43724372
\pnum
43734373
\tcode{stopped_as_optional} maps a sender's stopped completion operation
4374-
into a value completion operation as an disengaged \tcode{optional}.
4374+
into a value completion operation as a disengaged \tcode{optional}.
43754375
The sender's value completion operation
43764376
is also converted into an \tcode{optional}.
43774377
The result is a sender that never completes with stopped,
4378-
reporting cancellation by completing with an disengaged \tcode{optional}.
4378+
reporting cancellation by completing with a disengaged \tcode{optional}.
43794379

43804380
\pnum
43814381
The name \tcode{stopped_as_optional} denotes a pipeable sender adaptor object.

0 commit comments

Comments
 (0)