Skip to content

Commit

Permalink
replace "is is" with "is" in the let_value specification
Browse files Browse the repository at this point in the history
  • Loading branch information
ericniebler authored Jun 14, 2024
1 parent c2cec09 commit fee56a2
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 @@ -7971,7 +7971,7 @@ namespace std::execution {
</pre>

4. <code><i>impls-for</i>&lt;<i>decayed-typeof</i>&lt;<i>let-cpo</i>>>::<i>complete</i></code> is
is initialized with a callable object equivalent to the following:
initialized with a callable object equivalent to the following:

<pre highlight="c++">
[]&lt;class Tag, class... Args>
Expand Down

0 comments on commit fee56a2

Please sign in to comment.