git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@78860 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Andy Lindeman 2002-04-19 19:48:18 +00:00
parent 746ef0c5e9
commit 4f62136a51

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.34 $ -->
<!-- $Revision: 1.35 $ -->
<chapter id="language.operators">
<title>Operators</title>
<simpara>
@ -165,7 +165,7 @@
</table>
<simpara>
The division operator ("/") returns a float value anytime,
event if the two operands are integers (or strings that get
even if the two operands are integers (or strings that get
converted to integers).
</simpara>