Skip to content

Commit c9efc73

Browse files
tomaszkamjwakely
andauthored
Update xml/issue4418.xml
Co-authored-by: Jonathan Wakely <[email protected]>
1 parent 04852a4 commit c9efc73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/issue4418.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ std::generator&lt;std::vector&lt;int&gt;&gt; g()
6969
}
7070
</pre></blockquote>
7171
<p>
72-
The constrains are equivalent to checking if `yield_value(*it)` is well-formed,
73-
and maybe we could express is directly as.
72+
The constraints are equivalent to checking if `yield_value(*it)` is well-formed,
73+
and maybe we could express is directly as:
7474
</p>
7575
<blockquote><pre>
7676
requires requires (promise_type p, ranges::iterator_t&lt;R&gt; it) {

0 commit comments

Comments
 (0)