diff --git a/language/oop5/reflection.xml b/language/oop5/reflection.xml index d5a6dfee2d..caccaaf625 100644 --- a/language/oop5/reflection.xml +++ b/language/oop5/reflection.xml @@ -1,5 +1,5 @@ - + Reflection @@ -913,7 +913,7 @@ var_dump(new My_Reflection_Method('U', 'x')); Caution: If you're overwriting the constructor, remember to call - the parent's constructor beforeany code you insert. Failing to + the parent's constructor before any code you insert. Failing to do so will result in the following: Fatal error: Internal error: Failed to retrieve the reflection object