sean Fri Aug 6 15:26:12 2004 EDT
Modified files:
/phpdoc/en/language operators.xml
Log:
grammar
http://cvs.php.net/diff.php/phpdoc/en/language/operators.xml?r1=1.78&r2=1.79&ty=u
Index: phpdoc/en/language/operators.xml
diff -u phpdoc/en/language/operators.xml:1.78 phpdoc/en/language/operators.xml:1.79
--- phpdoc/en/language/operators.xml:1.78 Fri Aug 6 15:13:20 2004
+++ phpdoc/en/language/operators.xml Fri Aug 6 15:26:12 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.78 $ -->
+<!-- $Revision: 1.79 $ -->
<chapter id="language.operators">
<title>Operators</title>
<simpara>
@@ -462,10 +462,10 @@
</tgroup>
</table>
<para>
- If you compare integer with the string, the string is
- <link linkend="language.types.string.conversion">converted to number</link>.
+ If you compare an integer with a string, the string is
+ <link linkend="language.types.string.conversion">converted to a number</link>.
If you compare two numerical strings, they are compared as integers. These
- rules are valid also for the
+ rules also apply to the
<link linkend="control-structures.switch">switch</link> statement.
<informalexample>
<programlisting role="php">