Skip to content

Commit 2ba3cf5

Browse files
committed
[ostream.sentry] clarify boolean expression
1 parent 7dc13f0 commit 2ba3cf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/iostreams.tex

+2-2
Original file line numberDiff line numberDiff line change
@@ -6208,9 +6208,9 @@
62086208
\tcode{os.good()}
62096209
is
62106210
\tcode{true},
6211-
\tcode{ok_ == true}
6211+
\tcode{ok_} is \keyword{true}
62126212
otherwise,
6213-
\tcode{ok_ == false}.
6213+
\tcode{ok_} is \keyword{false}.
62146214
During preparation, the constructor may call
62156215
\tcode{setstate(failbit)}
62166216
(which may throw

0 commit comments

Comments
 (0)