Skip to content

Commit d9e2f2a

Browse files
committed
FIXUP: Fix errors found during review.
1 parent 961293f commit d9e2f2a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/exec.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1249,7 +1249,7 @@
12491249
Let \tcode{Sigs} be a pack of completion signatures corresponding to
12501250
this set of completion operations, and
12511251
let \tcode{CS} be
1252-
the type of the expression \tcode{get_completion_signatures(Sndr, Env)()}.
1252+
the type of the expression \tcode{get_completion_signatures<Sndr, Env>()}.
12531253
Then \tcode{CS} is
12541254
a specialization of
12551255
the class template \tcode{completion_signatures}\iref{exec.cmplsig},
@@ -2098,7 +2098,7 @@
20982098
@\libconcept{move_constructible}@<remove_cvref_t<Sndr>> &&
20992099
@\libconcept{constructible_from}@<remove_cvref_t<Sndr>, Sndr>;
21002100

2101-
template<class Sndr, class Env>
2101+
template<class Sndr, class... Env>
21022102
concept @\deflibconcept{sender_in}@ =
21032103
@\libconcept{sender}@<Sndr> &&
21042104
(sizeof...(Env) <= 1) &&
@@ -4579,7 +4579,7 @@
45794579
\pnum
45804580
Let \tcode{\placeholder{when-all-env}} be an alias template such that
45814581
\tcode{\placeholder{when-all-env}<Env>} denotes the type
4582-
\tcode{decltype(\exposid{mmake-\linebreak{}when-all-env}(declval<inplace_stop_source\&>(), declval<Env>()))}.
4582+
\tcode{decltype(\exposid{make-\linebreak{}when-all-env}(declval<inplace_stop_source\&>(), declval<Env>()))}.
45834583

45844584
\indexlibrarymember{\exposid{check-types}}{\exposid{impls-for}<when_all_t>}
45854585
\begin{itemdecl}

0 commit comments

Comments
 (0)