Skip to content

Commit 8bb6363

Browse files
authored
[istream.unformatted] add missing semi-colon to list item (#7117)
1 parent 21e0225 commit 8bb6363

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
@@ -5408,7 +5408,7 @@
54085408
\item
54095409
\tcode{n != numeric_limits<streamsize>::max()}\iref{numeric.limits}
54105410
and
5411-
\tcode{n} characters have been extracted so far
5411+
\tcode{n} characters have been extracted so far;
54125412
\item
54135413
end-of-file occurs on the input sequence
54145414
(in which case the function calls

0 commit comments

Comments
 (0)