Skip to content

Commit

Permalink
Add suggested 'A' at start of sentence and go singular
Browse files Browse the repository at this point in the history
Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
  • Loading branch information
henrikt-ma and HansOlsson committed May 11, 2021
1 parent 953231b commit a639fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/statements.tex
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ \subsection{For-statement}\label{for-statement}
{ statement ";" }
end for
\end{lstlisting}
\lstinline!for!-statements may optionally use several iterators (\lstinline!for-indices!), see \cref{nested-for-loops-and-reduction-expressions-with-multiple-iterators} for more information:
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}
Expand Down

0 comments on commit a639fdd

Please sign in to comment.