Skip to content

Commit

Permalink
Replace single en-dash by pair of em-dashes around 'the iteration range'
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Jul 14, 2020
1 parent cf6b60c commit b1e3aee
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions chapters/statements.tex
Original file line number Diff line number Diff line change
Expand Up @@ -256,9 +256,7 @@ \subsubsection{Implicit Iteration Ranges}\doublelabel{implicit-iteration-ranges}
\end{lstlisting}
\end{example}

The size of an array -- the iteration range is evaluated on entry to the
for-loop and the array size may not change during the execution of the
for-loop.
The size of an array --- the iteration range --- is evaluated on entry to the for-loop and the array size may not change during the execution of the for-loop.

\subsubsection{Types as Iteration Ranges }\doublelabel{types-as-iteration-ranges}

Expand Down

0 comments on commit b1e3aee

Please sign in to comment.