Skip to content

Commit 384d36a

Browse files
committed
[filebuf.virtuals] fix "if width if less than zero" typo
1 parent 7e7afe0 commit 384d36a

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
@@ -11276,7 +11276,7 @@
1127611276
``Write any unshift sequence'' means,
1127711277
if
1127811278
\tcode{width}
11279-
if less than zero then call
11279+
is less than zero then call
1128011280
\tcode{a_codecvt.unshift(state, xbuf, xbuf+XSIZE, xbuf_end)}
1128111281
and output the resulting unshift sequence.
1128211282
The function determines one of three values for the

0 commit comments

Comments
 (0)