From b1e3aeecbeee397858b5905f28151dc2f1a9dc25 Mon Sep 17 00:00:00 2001 From: Henrik Tidefelt Date: Tue, 14 Jul 2020 23:06:12 +0200 Subject: [PATCH] Replace single en-dash by pair of em-dashes around 'the iteration range' --- chapters/statements.tex | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/chapters/statements.tex b/chapters/statements.tex index 32715a22b..35673e6f9 100644 --- a/chapters/statements.tex +++ b/chapters/statements.tex @@ -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}