vrana Fri Aug 19 06:03:09 2005 EDT
Modified files:
/phpdoc/en/language operators.xml
Log:
Different Types should be Various (spotted by Kit.Lester)
http://cvs.php.net/diff.php/phpdoc/en/language/operators.xml?r1=1.94&r2=1.95&ty=u
Index: phpdoc/en/language/operators.xml
diff -u phpdoc/en/language/operators.xml:1.94
phpdoc/en/language/operators.xml:1.95
--- phpdoc/en/language/operators.xml:1.94 Thu Jul 14 06:04:53 2005
+++ phpdoc/en/language/operators.xml Fri Aug 19 06:03:06 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.94 $ -->
+<!-- $Revision: 1.95 $ -->
<chapter id="language.operators">
<title>Operators</title>
<simpara>
@@ -550,11 +550,11 @@
</para>
<para>
- If types of operands differ, comparison is done according to the following
+ For various types, comparison is done according to the following
table (in order).
</para>
<table>
- <title>Comparison with Different Types</title>
+ <title>Comparison with Various Types</title>
<tgroup cols="3">
<thead>
<row>