summaryrefslogtreecommitdiff
path: root/modules/field/field.crud.inc
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-04-24 03:44:17 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-04-24 03:44:17 +0000
commitc7f7f6326e44495c3979d46d672e8a0762923e7a (patch)
tree10cdcc40786a22e44418ce284a52870702040799 /modules/field/field.crud.inc
parent9ba5163eda3909ee799424a310ef1f71e3b07897 (diff)
downloadbrdo-c7f7f6326e44495c3979d46d672e8a0762923e7a.tar.gz
brdo-c7f7f6326e44495c3979d46d672e8a0762923e7a.tar.bz2
#443488 by chx: Fix typo in field API docs.
Diffstat (limited to 'modules/field/field.crud.inc')
-rw-r--r--modules/field/field.crud.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/field/field.crud.inc b/modules/field/field.crud.inc
index 6993250e6..f1ed8382e 100644
--- a/modules/field/field.crud.inc
+++ b/modules/field/field.crud.inc
@@ -42,7 +42,7 @@
* in $object->$field_name.
* - type (string)
* The type of the field, such as 'text' or 'image'. Field types
- * are defined by modules that implement hook_field_into().
+ * are defined by modules that implement hook_field_info().
* - cardinality (integer)
* The number of values the field can hold. Legal values are any
* positive integer or FIELD_CARDINALITY_UNLIMITED.