Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/intro.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1094,9 +1094,9 @@
(e.g., \grammarterm{qualified-id}).
\item \fakegrammarterm{X-seq} is one or more \fakegrammarterm{X}'s without intervening
delimiters (e.g., \grammarterm{declaration-seq} is a sequence of
declarations).
\grammarterm{declaration}s).
\item \fakegrammarterm{X-list} is one or more \fakegrammarterm{X}'s separated by
intervening commas (e.g., \grammarterm{identifier-list} is a sequence of
identifiers separated by commas).
\grammarterm{identifier}s separated by commas).
\end{itemize}%
\indextext{notation!syntax|)}