rquadling               Thu Nov 30 14:41:10 2006 UTC

  Modified files:              
    /phpdoc/en/language operators.xml 
  Log:
  Typo &= => =&
  
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/language/operators.xml?r1=1.107&r2=1.108&diff_format=u
Index: phpdoc/en/language/operators.xml
diff -u phpdoc/en/language/operators.xml:1.107 
phpdoc/en/language/operators.xml:1.108
--- phpdoc/en/language/operators.xml:1.107      Fri Sep  8 08:48:15 2006
+++ phpdoc/en/language/operators.xml    Thu Nov 30 14:41:10 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.107 $ -->
+<!-- $Revision: 1.108 $ -->
  <chapter id="language.operators">
   <title>Operators</title>
   <simpara>
@@ -171,7 +171,7 @@
        <row>
         <entry>right</entry>
         <entry>
-         = += -= *= /= .= %= &amp;= |= ^= &lt;&lt;= &gt;&gt;=
+         = += -= *= /= .= %= =&amp; |= ^= &lt;&lt;= &gt;&gt;=
         </entry>
         <entry>
          <link linkend="language.operators.assignment">assignment</link>

Reply via email to