Skip to content

Commit

Permalink
Add missing white-space in copies of 'for-index' rule
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Aug 11, 2021
1 parent e39c7d6 commit 7ffd26e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chapters/equations.tex
Expand Up @@ -99,7 +99,7 @@ \subsection{For-Equations -- Repetitive Equation Structures}\label{for-equations
A \lstinline!for!-equation may optionally use several iterators (\lstinline[language=grammar]!for-indices!)\index{in@\robustinline{in}!for-equation@\robustinline{for}-equation}, see \cref{nested-for-loops-and-reduction-expressions-with-multiple-iterators} for more information:
\begin{lstlisting}[language=grammar]
for-indices:
for-index {"," for-index}
for-index { "," for-index }

for-index:
IDENT [ in expression ]
Expand Down
2 changes: 1 addition & 1 deletion chapters/statements.tex
Expand Up @@ -185,7 +185,7 @@ \subsection{For-statement}\label{for-statement}
A \lstinline!for!-statement may optionally use several iterators (\lstinline!for-indices!), see \cref{nested-for-loops-and-reduction-expressions-with-multiple-iterators} for more information:
\begin{lstlisting}[language=grammar]
for-indices:
for-index {"," for-index}
for-index { "," for-index }

for-index:
IDENT [ in expression ]
Expand Down

0 comments on commit 7ffd26e

Please sign in to comment.