Skip to content

Commit 756808b

Browse files
committed
CWG3014 Comma-delimited vs. comma-separated output for #embed
1 parent 9ca9afd commit 756808b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/preprocessor.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -941,12 +941,12 @@
941941
\end{example}
942942

943943
\pnum
944-
The \tcode{\#embed} directive is replaced by a comma-delimited list of integer
944+
The \tcode{\#embed} directive is replaced by a comma-separated list of integer
945945
literals of type \tcode{int}, unless otherwise modified by embed
946946
parameters\iref{cpp.embed.param}.
947947

948948
\pnum
949-
The integer literals in the comma-delimited list correspond to
949+
The integer literals in the comma-separated list correspond to
950950
resource-count consecutive calls to \tcode{std::fgetc}\iref{cstdio.syn}
951951
from the resource, as a binary file.
952952
If any call to \tcode{std::fgetc} returns \tcode{EOF}, the program is

0 commit comments

Comments
 (0)