[Validator] fixed typo in docblock

This commit is contained in:
Douglas Greenshields 2012-06-14 12:25:16 +01:00
parent 6448fd0772
commit 9e71b426c4

View File

@ -20,7 +20,7 @@ use Symfony\Component\Validator\Constraint;
interface ConstraintValidatorFactoryInterface
{
/**
* Given a Constrain, this returns the ConstraintValidatorInterface
* Given a Constraint, this returns the ConstraintValidatorInterface
* object that should be used to verify its validity.
*
* @param Constraint $constraint The source constraint