浏览代码

[Form] Fixed documentation typo

Bernhard Schussek 14 年之前
父节点
当前提交
ece9691d5a
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/Symfony/Component/Form/DateField.php

+ 3 - 3
src/Symfony/Component/Form/DateField.php

@@ -273,7 +273,7 @@ class DateField extends HybridField
     }
 
     /**
-     * Returns whether the year of the field's data is validd
+     * Returns whether the year of the field's data is valid
      *
      * The year is valid if it is contained in the list passed to the field's
      * option "years".
@@ -288,7 +288,7 @@ class DateField extends HybridField
     }
 
     /**
-     * Returns whether the month of the field's data is validd
+     * Returns whether the month of the field's data is valid
      *
      * The month is valid if it is contained in the list passed to the field's
      * option "months".
@@ -303,7 +303,7 @@ class DateField extends HybridField
     }
 
     /**
-     * Returns whether the day of the field's data is validd
+     * Returns whether the day of the field's data is valid
      *
      * The day is valid if it is contained in the list passed to the field's
      * option "days".