diff --git a/language/oop5/autoload.xml b/language/oop5/autoload.xml index 92cff3c5df..44316877e2 100644 --- a/language/oop5/autoload.xml +++ b/language/oop5/autoload.xml @@ -11,7 +11,7 @@ In PHP 5, this is no longer necessary. The spl_autoload_register function registers any number of - autloaders, enabling for classes and interfaces to be automatically loaded + autoloaders, enabling for classes and interfaces to be automatically loaded if they are currently not defined. By registering autoloaders, PHP is given a last chance to load the class or interface before it fails with an error.