merged branch shieldo/patch-2 (PR #3459)

Commits
-------

54f1a94 [Routing] fixed incorrect grammar in docblock

Discussion
----------

[Routing] fixed incorrect grammar in docblock
This commit is contained in:
Fabien Potencier 2012-02-27 10:01:05 +01:00
commit 6ad1fc88fe

View File

@ -15,7 +15,7 @@ use Symfony\Component\Routing\Generator\UrlGeneratorInterface;
use Symfony\Component\Routing\Matcher\UrlMatcherInterface;
/**
* RouterInterface is the interface that all Router classes must implements.
* RouterInterface is the interface that all Router classes must implement.
*
* This interface is the concatenation of UrlMatcherInterface and UrlGeneratorInterface.
*