Skip to content

Commit 0824b21

Browse files
cpplearnerzygoloid
authored andcommitted
[syntax] Use a different example (#959)
1 parent 37239df commit 0824b21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/intro.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -447,8 +447,8 @@
447447
delimiters (e.g., \grammarterm{declaration-seq} is a sequence of
448448
declarations).
449449
\item \grammarterm{X-list} is one or more \grammarterm{X}'s separated by
450-
intervening commas (e.g., \grammarterm{expression-list} is a sequence of
451-
expressions separated by commas).
450+
intervening commas (e.g., \grammarterm{identifier-list} is a sequence of
451+
identifiers separated by commas).
452452
\end{itemize}%
453453
\indextext{notation!syntax|)}
454454

0 commit comments

Comments
 (0)