Skip to content

Commit d48394f

Browse files
committed
[ostream] Replace "turned on" with "set" for consistency.
1 parent 08413d7 commit d48394f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/iostreams.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6316,7 +6316,7 @@
63166316
which can throw an exception.
63176317
If an exception is thrown during output, then
63186318
\tcode{ios_base::badbit}
6319-
is turned on
6319+
is set
63206320
\begin{footnote}
63216321
This is done without causing an
63226322
\tcode{ios_base::failure}
@@ -6864,7 +6864,7 @@
68646864
to generate the requested output.
68656865
If an exception is thrown during output, then
68666866
\tcode{ios_base::badbit}
6867-
is turned on
6867+
is set
68686868
\begin{footnote}
68696869
This is done without causing an
68706870
\tcode{ios_base::failure}

0 commit comments

Comments
 (0)