Commit caa5a05a authored by Fabien Potencier's avatar Fabien Potencier

merged branch nleduc/patch-1 (PR #751)

This PR was merged into the master branch.

Discussion
----------

Update internals.rst

Fixed minor typo and added a missing comma in the same sentence.

Commits
-------

a38db51a Update internals.rst
parents aa8a25d5 a38db51a
......@@ -37,7 +37,7 @@ The Symfony2 `Route
<http://api.symfony.com/master/Symfony/Component/Routing/Route.html>`_ is
actually quite powerful. Routes can be named, which allows for URL generation.
They can also have requirements for the variable parts. In order to allow
settings these through a nice interface the ``match`` method (which is used by
setting these through a nice interface, the ``match`` method (which is used by
``get``, ``post``, etc.) returns an instance of the ``Controller``, which
wraps a route.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment