Skip to content

Commit cb68526

Browse files
committed
Fix typo in new issue 4188
1 parent b8371e2 commit cb68526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/issue4188.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ This wording is relative to <paper num="N5001"/>.
5555
-4- If
5656
<code>(os.flags() &amp; ios_base::unitbuf) &amp;&amp; !uncaught_exceptions() &amp;&amp; os.good()</code> is `true`, calls <code>os.rdbuf()-&gt;pubsync()</code>.
5757
If that function returns −1
58-
<ins> or exits via an exceptions</ins>,
58+
<ins> or exits via an exception</ins>,
5959
sets `badbit` in `os.rdstate()` without propagating an exception.
6060
</blockquote>
6161
</blockquote>

0 commit comments

Comments
 (0)