Skip to content

Commit

Permalink
Merge pull request #2071 from jim-parry/docs-autoloader
Browse files Browse the repository at this point in the history
Fix autoloader.rst formatting
  • Loading branch information
jim-parry authored Jun 24, 2019
2 parents 4d566b4 + 3f0c235 commit df4a21e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_guide_src/source/concepts/autoloader.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit df4a21e

Please sign in to comment.