summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/system/system.api.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/system/system.api.php b/modules/system/system.api.php
index e2dbfdc90..dfbef6106 100644
--- a/modules/system/system.api.php
+++ b/modules/system/system.api.php
@@ -87,7 +87,8 @@ function hook_hook_info() {
* entity. The bundle name defines which set of fields are attached to
* the entity (e.g. what nodes call "content type"). This entry can be
* omitted if this entity type exposes a single bundle (all entities have
- * the same collection of fields).
+ * the same collection of fields). The name of this single bundle will be
+ * the same as the entity type.
* - bundle keys: An array describing how the Field API can extract the
* information it needs from the bundle objects for this type (e.g
* $vocabulary objects for terms; not applicable for nodes). This entry can