From 65ec41948686be6e6dc49b5a1b4bef73bdca5ce3 Mon Sep 17 00:00:00 2001 From: Gwynne Raskind Date: Fri, 8 Jun 2007 19:26:21 +0000 Subject: [PATCH] grammatical fix (identified by abraxas and asonge) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@237225 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/control-structures.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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: