From 20864bf512921594b7d0588fbc6f9789abe6cc0b Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Fri, 23 Mar 2007 14:31:12 +0000 Subject: [PATCH] fix typo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@232432 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/oop5/overloading.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/language/oop5/overloading.xml b/language/oop5/overloading.xml index 53c984491d..6d10fef7f5 100644 --- a/language/oop5/overloading.xml +++ b/language/oop5/overloading.xml @@ -1,5 +1,5 @@ - + Overloading @@ -17,7 +17,7 @@ Since PHP 5.1.0 it is also possible to overload the isset and unset functions via the __isset and __unset methods respectively. - Method __isset is called also with empy. + Method __isset is called also with empty.