diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/field/field.attach.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/field/field.attach.inc b/modules/field/field.attach.inc index 3f4a641b3..3753b2f75 100644 --- a/modules/field/field.attach.inc +++ b/modules/field/field.attach.inc @@ -507,7 +507,7 @@ function _field_invoke_get_instances($entity_type, $bundle, $options) { * 'array_parents' => an array of keys indicating the path to the field * element within the full $form structure. This entry is populated at * form build time. - * 'errors' => the array ok field validation errors reported on the + * 'errors' => the array of field validation errors reported on the * field. This entry is populated at form validation time. * ), * ), |