Skip to content

Commit 55ee789

Browse files
authored
Merge pull request #147 from danra/patch-1
scheduler->sender typo
2 parents b4acbf6 + ecfc7b7 commit 55ee789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std_execution.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ When further work is attached to that sender by invoking sender algorithms, that
429429

430430
`get_completion_scheduler` is a query that retrieves the [=completion scheduler=] for a specific completion signal from a sender.
431431
Calling `get_completion_scheduler` on a sender that does not have a completion scheduler for a given signal is ill-formed.
432-
If a scheduler advertises a completion scheduler for a signal in this way, that sender <b>must</b> ensure that it [=send|sends=] that signal on an execution agent belonging to an execution context represented by a scheduler returned from this function.
432+
If a sender advertises a completion scheduler for a signal in this way, that sender <b>must</b> ensure that it [=send|sends=] that signal on an execution agent belonging to an execution context represented by a scheduler returned from this function.
433433
See [[#design-propagation]] for more details.
434434

435435
<pre highlight="c++">

0 commit comments

Comments
 (0)