Skip to content

Commit

Permalink
merged branch jdreesen/patch-1 (PR #2)
Browse files Browse the repository at this point in the history
Commits
-------

b239305 Fixed typo

Discussion
----------

Fixed typo
  • Loading branch information
fabpot committed Jan 4, 2012
2 parents 269c6ce + b239305 commit b93c118
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 b93c118

Please sign in to comment.