diff --git a/user_guide_src/source/concepts/autoloader.rst b/user_guide_src/source/concepts/autoloader.rst index cb6248c8064d..3e558d0578c7 100644 --- a/user_guide_src/source/concepts/autoloader.rst +++ b/user_guide_src/source/concepts/autoloader.rst @@ -93,4 +93,4 @@ ROOTPATH.'vendor/autoload.php'. If you need to change the location of that file the value defined in ``Config\Constants.php``. .. note:: If the same namespace is defined in both CodeIgniter and Composer, CodeIgniter's autoloader will be -the first one to get a chance to locate the file. + the first one to get a chance to locate the file.