Skip to content

Commit 2c5c3df

Browse files
committed
FIXUP: Fix errors found during review.
1 parent a6ab2f3 commit 2c5c3df

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

source/exec.tex

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3621,7 +3621,7 @@
36213621
\pnum
36223622
The names \tcode{bulk}, \tcode{bulk_chunked}, and \tcode{bulk_unchunked}
36233623
denote pipeable sender adaptor objects.
3624-
Let \placeholder{bulk-algo} be either
3624+
Let \tcode{\placeholder{bulk-algo}} be either
36253625
\tcode{bulk}, \tcode{bulk_chunked}, or \tcode{bulk_unchunked}.
36263626
For subexpressions \tcode{sndr}, \tcode{policy}, \tcode{shape}, and \tcode{f},
36273627
let
@@ -3776,7 +3776,8 @@
37763776
If \tcode{sndr} has a successful completion, where
37773777
\tcode{args} is a pack of lvalue subexpressions
37783778
referring to the value completion result datums of \tcode{sndr}, or
3779-
decayed copies of those values if they model copy_constructible, then:
3779+
decayed copies of those values if they model \libconcept{copy_constructible},
3780+
then:
37803781

37813782
\begin{itemize}
37823783
\item
@@ -3801,7 +3802,7 @@
38013802
for \tcode{bulk_chunked},
38023803
invokes \tcode{f($b$, $e$, args...)} zero or more times
38033804
with pairs of $b$ and $e$ of type \tcode{Shape}
3804-
in range \range{\tcode{0}}{\tcode{shape}},
3805+
in range \crange{\tcode{0}}{\tcode{shape}},
38053806
such that $b < e$ and
38063807
for every $i$ of type \tcode{Shape} from \tcode{0} to \tcode{shape},
38073808
there is exactly one invocation with a pair $b$ and $e$,
@@ -3836,7 +3837,7 @@
38363837
the completion is forwarded to \tcode{recv}.
38373838

38383839
\item
3839-
For \placeholder{bulk-algo},
3840+
For \tcode{\placeholder{bulk-algo}},
38403841
the parameter \tcode{policy} describes
38413842
the manner in which
38423843
the execution of the asynchronous operations corresponding to these algorithms

0 commit comments

Comments
 (0)