summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-12-26 12:53:35 +0000
committerDries Buytaert <dries@buytaert.net>2009-12-26 12:53:35 +0000
commita838c8be49ed46f9ffb911113c55f9944ae7f952 (patch)
tree57dde6f5cd62c90247b3f6347249fadd45a1905c
parent814f4c8e3f739fcf3155bddf5ee9b726a165cfde (diff)
downloadbrdo-a838c8be49ed46f9ffb911113c55f9944ae7f952.tar.gz
brdo-a838c8be49ed46f9ffb911113c55f9944ae7f952.tar.bz2
- Patch #667602 by Crell: fixed typo in Field API documentation.
-rw-r--r--modules/field/field.api.php2
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