Fix grammar

This commit is contained in:
Michael Squires 2013-06-22 22:16:37 -06:00 committed by Fabien Potencier
parent 5b14665964
commit a2e440a52c
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ class UrlGenerator implements UrlGeneratorInterface, ConfigurableRequirementsInt
}
/**
* @throws MissingMandatoryParametersException When some parameters are missing that mandatory for the route
* @throws MissingMandatoryParametersException When some parameters are missing that are mandatory for the route
* @throws InvalidParameterException When a parameter value for a placeholder is not correct because
* it does not match the requirement
*/