Skip to content

Commit a09e65b

Browse files
committed
CWG3014 Comma-delimited vs. comma-separated output for #embed
1 parent ed046ea commit a09e65b

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
@@ -922,12 +922,12 @@
922922
\end{example}
923923

924924
\pnum
925-
The \tcode{\#embed} directive is replaced by a comma-delimited list of integer
925+
The \tcode{\#embed} directive is replaced by a comma-separated list of integer
926926
literals of type \tcode{int}, unless otherwise modified by embed
927927
parameters\iref{cpp.embed.param}.
928928

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

0 commit comments

Comments
 (0)