Skip to content

Commit fee56a2

Browse files
authored
replace "is is" with "is" in the let_value specification
1 parent c2cec09 commit fee56a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

execution.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7971,7 +7971,7 @@ namespace std::execution {
79717971
</pre>
79727972

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

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

0 commit comments

Comments
 (0)