#443488 by chx: Fix typo in field API docs.

merge-requests/26/head
Angie Byron 2009-04-24 03:44:17 +00:00
parent 9ba5163eda
commit c7f7f6326e
1 changed files with 1 additions and 1 deletions

View File

@ -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.