浏览代码

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