diff --git a/entity.api.php b/entity.api.php index 3f77752..7c9f5b9 100644 --- a/entity.api.php +++ b/entity.api.php @@ -281,8 +281,8 @@ function entity_metadata_hook_entity_info() { * - uri: An absolute URI or URL. * - entities - You may use the type of each entity known by * hook_entity_info(), e.g. 'node' or 'user'. Internally entities are - * represented by their identifieres. In case of single-valued - * properties getter callbacks may return full entity objects as well, + * represented by their identifiers. Getter callbacks may return full + * entity objects as well for example when entity is not saved yet, * while a value of FALSE is interpreted like a NULL value as "property * is not set". * - entity: A special type to be used generically for entities where the