diff --git a/language/oop5/autoload.xml b/language/oop5/autoload.xml index 44316877e2..99bddee7e2 100644 --- a/language/oop5/autoload.xml +++ b/language/oop5/autoload.xml @@ -18,7 +18,7 @@ Whilst the __autoload function can also be used for - autoloading classes and interfaces, its preferred to use the + autoloading classes and interfaces, it's preferred to use the spl_autoload_register function. This is because it is a more flexible alternative (enabling for any number of autoloaders to be specified in the application, such as in third party libraries). For this