diff options
Diffstat (limited to 'modules/node')
-rw-r--r-- | modules/node/node.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/node/node.module b/modules/node/node.module index 9e20234ad..290df41a5 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -655,7 +655,7 @@ function node_type_update_nodes($old_type, $type) { * @param $rebuild * TRUE to rebuild node types. Equivalent to calling node_types_rebuild(). * @return - * Associative array with two components: + * An object with two properties: * - names: Associative array of the names of node types, keyed by the type. * - types: Associative array of node type objects, keyed by the type. * Both of these arrays will include new types that have been defined by |