From a838c8be49ed46f9ffb911113c55f9944ae7f952 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 26 Dec 2009 12:53:35 +0000 Subject: - Patch #667602 by Crell: fixed typo in Field API documentation. --- modules/field/field.api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/field/field.api.php') 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 -- cgit v1.2.3