diff options
-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 46bdfe91b..4aec48407 100644 --- a/modules/field/field.api.php +++ b/modules/field/field.api.php @@ -542,7 +542,7 @@ function hook_field_is_empty($item, $field) { * - settings: An array whose keys are the names of the settings available * for the widget type, and whose values are the default values for those * settings. - * - behaviors: (optional) An array describing behaviors of the formatter. + * - behaviors: (optional) An array describing behaviors of the widget. * - multiple values: * FIELD_BEHAVIOR_DEFAULT (default) if the widget allows the input of one * single field value (most common case). The widget will be repeated for |