cws/cw01.tex
changeset 210 63a1376cbebd
parent 202 f7bcb27d1940
child 251 3dd550b9b0e3
--- a/cws/cw01.tex	Sat Nov 17 15:35:50 2018 +0000
+++ b/cws/cw01.tex	Sat Nov 17 22:39:02 2018 +0000
@@ -140,11 +140,11 @@
 
 \item[(2)] Write a second function that takes an upper bound as
   argument and calculates the steps for all numbers in the range from
-  1 up to this bound. It returns the maximum number of steps and the
-  corresponding number that needs that many steps.  More precisely
-  it returns a pair where the first
-  component is the number of steps and the second is the
-  corresponding number. \hfill\mbox{[1 Mark]}
+  1 up to this bound (the bound including). It returns the maximum number of
+  steps and the corresponding number that needs that many steps.  More
+  precisely it returns a pair where the first component is the number
+  of steps and the second is the corresponding number. \hfill\mbox{[1
+    Mark]}
 \end{itemize}
 
 \noindent