docs: add missing $

This commit is contained in:
kenjis 2023-03-11 09:19:02 +09:00
parent 0d5a26f27d
commit 5ecf70dae5
No known key found for this signature in database
GPG Key ID: BD254878922AF198

View File

@ -47,7 +47,7 @@ Namespaces
The recommended method for organizing your classes is to create one or more namespaces for your
application's files. This is most important for any business-logic related classes, entity classes,
etc. The ``psr4`` array in the configuration file allows you to map the namespace to the directory
etc. The ``$psr4`` array in the configuration file allows you to map the namespace to the directory
those classes can be found in:
.. literalinclude:: autoloader/001.php