Skip to content

Commit 425841a

Browse files
committed
[ostream.formatted.reqmts] Fix incomplete sentence in footnote.
1 parent f523f79 commit 425841a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

source/iostreams.tex

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6148,7 +6148,7 @@
61486148
which can throw an exception.
61496149
If an exception is thrown during output, then
61506150
\tcode{ios_base::badbit}
6151-
is turned on\footnote{without causing an
6151+
is turned on\footnote{This is done without causing an
61526152
\tcode{ios_base::failure}
61536153
to be thrown.}
61546154
in
@@ -6552,8 +6552,7 @@
65526552
to generate the requested output.
65536553
If an exception is thrown during output, then
65546554
\tcode{ios_base::badbit}
6555-
% .Fs new
6556-
is turned on\footnote{without causing an
6555+
is turned on\footnote{This is done without causing an
65576556
\tcode{ios_base::failure}
65586557
to be thrown.}
65596558
in

0 commit comments

Comments
 (0)