Skip to content

Commit

Permalink
fix spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
ericniebler committed Oct 18, 2023
1 parent ac8d15f commit 358349a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion design-roll-up-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ Design changes tweaks by LWG after the Kona meeting
* The placeholder types `no_env` and `dependent_completion_signatures<>`
are no longer needed and are dropped.
* `ensure_started` and `split` are changed to persist the result of
calling `get_attrs()` on the input sender.
calling `get_attrs()` on the input sender.

* ask LEWG about renaming `set_value_t` to `set_value_tag`
2 changes: 1 addition & 1 deletion execution.bs
Original file line number Diff line number Diff line change
Expand Up @@ -5593,7 +5593,7 @@ enum class forward_progress_guarantee {
make_completion_signatures&lt;
schedule_result_t&lt;Sch>,
E,
<i>potenially-throwing-completions</i>,
<i>potentially-throwing-completions</i>,
<i>no-completions</i>>,
<i>value-completions</i>,
<i>error-completions</i>>;
Expand Down

0 comments on commit 358349a

Please sign in to comment.