Skip to content

Commit 3e7ade6

Browse files
committed
Merge pull request cplusplus#54 from cplusplus/jwakely-patch-1
[iterator.ostream.joiner.ops] Remove redundant parentheses
2 parents 174aa9c + 2a4ad77 commit 3e7ade6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iterator.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ <h1><code>ostream_joiner</code> operations</h1>
105105
*out_stream &lt;&lt; delim;
106106
first_element = false;
107107
*out_stream &lt;&lt; value;
108-
return (*this);</code></pre>
108+
return *this;</code></pre>
109109
</cxx-effects>
110110
</cxx-function>
111111

0 commit comments

Comments
 (0)