summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-10-23 12:58:37 +0000
committerDries Buytaert <dries@buytaert.net>2010-10-23 12:58:37 +0000
commitf914aef21b8801bf9a81ca3a4cd69484e12198c2 (patch)
tree369e6c71904048d015f207cb5ff59f9c55392dd5
parent5eedc1f7e74a500256342a7eebb987e23c1f7c55 (diff)
downloadbrdo-f914aef21b8801bf9a81ca3a4cd69484e12198c2.tar.gz
brdo-f914aef21b8801bf9a81ca3a4cd69484e12198c2.tar.bz2
- Patch #948536 by amateescu: node_type_get_types() could mention that the types it returns are objects.
-rw-r--r--modules/node/node.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/node/node.module b/modules/node/node.module
index b519d637a..cce34c9e3 100644
--- a/modules/node/node.module
+++ b/modules/node/node.module
@@ -376,7 +376,7 @@ function _node_extract_type($node) {
* See _node_types_build() for details.
*
* @return
- * An array of node types, keyed by the type.
+ * An array of node types, as objects, keyed by the type.
*
* @see node_type_get_type()
*/