Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ericniebler committed Jun 25, 2024
1 parent 247056f commit 41e9b3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions execution.bs
Original file line number Diff line number Diff line change
Expand Up @@ -9018,8 +9018,8 @@ namespace std::execution {
* The type <code><i>sync-wait-result-type</i>&lt;Sndr></code> is well-formed.

* <code>same_as&lt;decltype(<i>e</i>),
sync-wait-result-type</i>&lt;Sndr>></code> is `true`, where
<i>`e`</i> is `apply_sender` the expression above.
<i>sync-wait-result-type</i>&lt;Sndr>></code> is `true`, where
<i>`e`</i> is the `apply_sender` expression above.

5. Let <i>`sync-wait-state`</i> and
<i>`sync-wait-receiver`</i> be the following exposition-only class
Expand Down

0 comments on commit 41e9b3a

Please sign in to comment.