Skip to content

Commit b025ffb

Browse files
committed
Strike redundant words from non-p/r in 4295
1 parent 7e1e3d0 commit b025ffb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/issue4295.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ template <class W1, class W2>
5050
</code></pre>
5151
<blockquote>
5252
<i>Returns</i>:
53-
<code><del>less&lt;W3&gt;</del><ins>compare_three_way</ins>()(p1.get(), p2.get())</code>,
54-
where `W3` is the composite pointer type (C++20 §7) of `W1*` and `W2*`.
53+
<code><del>less&lt;W3&gt;</del><ins>compare_three_way</ins>()(p1.get(), p2.get())</code><del>,
54+
where `W3` is the composite pointer type (C++20 §7) of `W1*` and `W2*`</del>.
5555
</blockquote>
5656

5757
<pre><code><del>bool operator&gt;(...);

0 commit comments

Comments
 (0)