gwynne Fri Jun 8 19:26:21 2007 UTC
Modified files: /phpdoc/en/language control-structures.xml Log: grammatical fix (identified by abraxas and asonge) http://cvs.php.net/viewvc.cgi/phpdoc/en/language/control-structures.xml?r1=1.139&r2=1.140&diff_format=u Index: phpdoc/en/language/control-structures.xml diff -u phpdoc/en/language/control-structures.xml:1.139 phpdoc/en/language/control-structures.xml:1.140 --- phpdoc/en/language/control-structures.xml:1.139 Sun May 27 09:46:31 2007 +++ phpdoc/en/language/control-structures.xml Fri Jun 8 19:26:21 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.139 $ --> +<!-- $Revision: 1.140 $ --> <chapter id="language.control-structures"> <title>Control Structures</title> @@ -276,8 +276,8 @@ </informalexample> </para> <para> - 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: <informalexample> <programlisting role="php"> <![CDATA[ @@ -426,8 +426,8 @@ expression. </simpara> <para> - 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: <informalexample> <programlisting role="php"> <![CDATA[