Skip to content

Commit 6f9c8d4

Browse files
committed
docs: fix out of dated description
1 parent 827c360 commit 6f9c8d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide_src/source/concepts/autoloader.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ hard-coding that location into your files in a series of ``requires()`` is a mas
1010
headache and very error-prone. That's where autoloaders come in.
1111

1212
CodeIgniter provides a very flexible autoloader that can be used with very little configuration.
13-
It can locate individual non-namespaced classes, namespaced classes that adhere to
13+
It can locate individual namespaced classes that adhere to
1414
`PSR-4 <https://www.php-fig.org/psr/psr-4/>`_ autoloading
1515
directory structures, and will even attempt to locate classes in common directories (like Controllers,
1616
Models, etc).

0 commit comments

Comments
 (0)