Skip to content

Commit 38963ad

Browse files
authored
Address review comments
1 parent a41ccee commit 38963ad

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
@@ -4588,8 +4588,8 @@
45884588

45894589
\pnum
45904590
The currently imbued locale in \tcode{is} is used
4591-
to determine whether or not the next input character is whitespace.
4592-
The character \tcode{c} is a whitespace character if
4591+
to determine whether the next input character is whitespace:
4592+
The character \tcode{c} is a whitespace character if and only if
45934593
\tcode{ct.is(ct.space, c)} is \tcode{true},
45944594
where \tcode{ct} is \tcode{use_facet<ctype<charT>>(is.getloc())}.
45954595

0 commit comments

Comments
 (0)