[Routing] fixed incorrect grammar in docblock

This commit is contained in:
Douglas Greenshields 2012-02-26 22:31:30 +00:00
parent a1370c97d5
commit 54f1a943b2

View File

@ -15,7 +15,7 @@ use Symfony\Component\Routing\Generator\UrlGeneratorInterface;
use Symfony\Component\Routing\Matcher\UrlMatcherInterface; 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. * This interface is the concatenation of UrlMatcherInterface and UrlGeneratorInterface.
* *