Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ericniebler committed Feb 18, 2024
1 parent 4084306 commit 1a6684d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion execution.bs
Original file line number Diff line number Diff line change
Expand Up @@ -7010,7 +7010,7 @@ template<class Domain, class Tag, sender Sndr, class... Args>
<i>decayed-tuple</i>, optional>...></code> if that type is well-formed;
otherwise, `tuple<>`.

3. Let `errors_variant` denotes the type
3. The alias `errors_variant` denotes the type
<code>variant&lt;<i>none-such</i>, <i>copy-fail</i>,
<i>Es</i>...></code> with duplicate types removed, where
<code><i>Es</i></code> is the pack of the decayed types of all the
Expand Down

0 comments on commit 1a6684d

Please sign in to comment.