diff options
Diffstat (limited to 'modules/field/field.api.php')
-rw-r--r-- | modules/field/field.api.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/field/field.api.php b/modules/field/field.api.php index 47c2da25c..5ed330f32 100644 --- a/modules/field/field.api.php +++ b/modules/field/field.api.php @@ -603,7 +603,7 @@ function hook_field_widget_info_alter(&$info) { * Return a single form element for a form. * * It will be built out and validated in the callback(s) listed in - * hook_elements. We build it out in the callbacks rather than in + * hook_element_info(). We build it out in the callbacks rather than in * hook_field_widget so it can be plugged into any module that can * provide it with valid $field information. * |