summaryrefslogtreecommitdiffstats
path: root/Help/command/foreach.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Help/command/foreach.rst')
-rw-r--r--Help/command/foreach.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Help/command/foreach.rst b/Help/command/foreach.rst
index 9ac70b3..8f9710c 100644
--- a/Help/command/foreach.rst
+++ b/Help/command/foreach.rst
@@ -27,13 +27,13 @@ Foreach can also iterate over a generated range of numbers. There are
three types of this iteration:
* When specifying single number, the range will have elements 0 to
-"total".
+ "total".
* When specifying two numbers, the range will have elements from the
-first number to the second number.
+ first number to the second number.
* The third optional number is the increment used to iterate from the
-first number to the second number.
+ first number to the second number.
::