Skip to content

Commit f1e7181

Browse files
committed
[streambuf.virt.get] clarify boolean expression
1 parent 1f647e2 commit f1e7181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/iostreams.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3841,7 +3841,7 @@
38413841
otherwise
38423842
either \tcode{gptr()}
38433843
is null or
3844-
\tcode{gptr() == egptr()}.
3844+
\tcode{gptr() == egptr()} is \keyword{true}.
38453845

38463846
\pnum
38473847
If

0 commit comments

Comments
 (0)