From 4f62136a51d530ff1d8768bb95fbe25ec27d024e Mon Sep 17 00:00:00 2001 From: Andy Lindeman Date: Fri, 19 Apr 2002 19:48:18 +0000 Subject: [PATCH] typo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@78860 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/operators.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/language/operators.xml b/language/operators.xml index 9c71fc145d..b25f7a559d 100644 --- a/language/operators.xml +++ b/language/operators.xml @@ -1,5 +1,5 @@ - + Operators @@ -165,7 +165,7 @@ 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).