Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jdreesen committed Jan 4, 2012
1 parent 99c5c08 commit b239305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/part1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ autoloading. The Symfony2 ClassLoader Component provides an autoloader that
implements this PSR-0 standard and most of the time, the Symfony2 ClassLoader
is all you need to autoload all your project classes.

Create and empty autoloader in a new ``autoload.php`` file:
Create an empty autoloader in a new ``autoload.php`` file:

.. code-block:: php
Expand Down

0 comments on commit b239305

Please sign in to comment.