#443488 by chx: Fix typo in field API docs.
parent
9ba5163eda
commit
c7f7f6326e
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue