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.