8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 269c6ce + b239305 commit b93c118Copy full SHA for b93c118
book/part1.rst
@@ -150,7 +150,7 @@ autoloading. The Symfony2 ClassLoader Component provides an autoloader that
150
implements this PSR-0 standard and most of the time, the Symfony2 ClassLoader
151
is all you need to autoload all your project classes.
152
153
-Create and empty autoloader in a new ``autoload.php`` file:
+Create an empty autoloader in a new ``autoload.php`` file:
154
155
.. code-block:: php
156
0 commit comments