소스 검색

Fixed typo in ConstraintValidatorFactoryInterface PHPDoc (2.0)

Raul Fraile 13 년 전
부모
커밋
26d416fe51
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Symfony/Component/Validator/ConstraintValidatorFactoryInterface.php

+ 1 - 1
src/Symfony/Component/Validator/ConstraintValidatorFactoryInterface.php

@@ -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