Skip to content

Commit 35d3e2b

Browse files
committed
Add missing space
1 parent ba7675a commit 35d3e2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/issue4191.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<discussion>
1212
<p>
13-
Before C++20,<sref ref="[cmplx.over]"/> says that this produces a <tt>complex&lt;double&gt;</tt>.
13+
Before C++20, <sref ref="[cmplx.over]"/> says that this produces a <tt>complex&lt;double&gt;</tt>.
1414
This was confirmed by LWG <iref ref="844"/> and consistent with C99.
1515
<p/>
1616
<paper num="P1467"/> changed the return type to <tt>complex&lt;common_type_t&lt;float, int&gt;&gt;</tt>,

0 commit comments

Comments
 (0)