From 9dc89cb7d5494ad7c0756c11f40ac24b0fdacfc9 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Tue, 9 Apr 2002 09:32:23 +0000 Subject: [PATCH] - Fixed typo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@77311 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/types.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/language/types.xml b/language/types.xml index f2569eeb4c..9ea4cb9c1e 100644 --- a/language/types.xml +++ b/language/types.xml @@ -1,5 +1,5 @@ - + Types @@ -452,7 +452,7 @@ echo (int) ( (0.1+0.7) * 10 ); // echoes 7! types. Currently, the behaviour is the same as if the value was first converted to boolean. However, do - not relay on this behaviour, as it can + not rely on this behaviour, as it can change without notice.