Typo &= => =&

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@224075 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Richard Quadling 2006-11-30 14:41:10 +00:00
parent 152f9e024b
commit 00d66e2e46

View file

@ -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>