Skip to content

Commit

Permalink
Plural.
Browse files Browse the repository at this point in the history
  • Loading branch information
HansOlsson committed Dec 12, 2022
1 parent 1521e30 commit bfd81fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/statements.tex
Expand Up @@ -232,7 +232,7 @@ \subsubsection{Implicit Iteration Ranges}\label{implicit-iteration-ranges}
\end{lstlisting}
\end{example}

There may not be assignment to the entire array inside the loop, but there may be assignment to individual elements or ranges of elements.
There may not be assignments to the entire array inside the loop, but there may be assignments to individual elements or ranges of elements.
The size of an array -- the iteration range -- is evaluated on entry to the \lstinline!for!-loop and the array size will thus not change during the execution of the \lstinline!for!-loop.

\subsubsection{Types as Iteration Ranges}\label{types-as-iteration-ranges}
Expand Down

0 comments on commit bfd81fa

Please sign in to comment.