Skip to content

Commit 32b00c7

Browse files
committed
Fix copy and paste error
1 parent ab7b900 commit 32b00c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/issue4325.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ template<class U>
105105
<ins>bool <i>FUN</i>(bool) noexcept;</ins>
106106
</pre></blockquote>
107107
<p>
108-
-1- <i>Mandates</i>: The expression <tt><ins><i>FUN</i>(</ins>*lhs == *rhs<ins>)</ins></tt> is well-formed <del>and its result is convertible to `bool`</del>.
108+
-1- <i>Mandates</i>: The expression <tt><ins><i>FUN</i>(</ins>*lhs == rhs<ins>)</ins></tt> is well-formed <del>and its result is convertible to `bool`</del>.
109109
<p/>
110110
-2- <i>Returns</i>: If `lhs` is valueless, `false`; otherwise `*lhs == rhs`.
111111
<p/>

0 commit comments

Comments
 (0)