Skip to content

Commit 4e412a3

Browse files
committed
Minor tweak
1 parent ceeb024 commit 4e412a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/class_loader/psr4_class_loader.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Usage
2222
The following example demonstrates how you can use the
2323
:class:`Symfony\\Component\\ClassLoader\\Psr4ClassLoader` autoloader to use
2424
Symfony's Yaml component. Imagine, you downloaded both the ClassLoader and
25-
Yaml component as ZIP packages and unpacked them to a ``libs`` directory.
25+
Yaml component as ZIP packages and unpacked them to a ``lib/`` directory.
2626
The directory structure will look like this:
2727

2828
.. code-block:: text

0 commit comments

Comments
 (0)