diff --git a/language/control-structures.xml b/language/control-structures.xml index a75fdfeee6..cfd4d3bb48 100644 --- a/language/control-structures.xml +++ b/language/control-structures.xml @@ -1,5 +1,5 @@ - + Control Structures @@ -276,8 +276,8 @@ endwhile; - The following examples are identical, and both print numbers from - 1 to 10: + The following examples are identical, and both print the numbers + 1 through 10: - Consider the following examples. All of them display numbers from - 1 to 10: + Consider the following examples. All of them display the numbers + 1 through 10: