diff options
Diffstat (limited to 'includes/entity.inc')
-rw-r--r-- | includes/entity.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/includes/entity.inc b/includes/entity.inc index 5fb36e2dd..a3cdf7417 100644 --- a/includes/entity.inc +++ b/includes/entity.inc @@ -1,5 +1,4 @@ <?php -// $Id$ /** * Interface for entity controller classes. @@ -409,7 +408,7 @@ class EntityFieldQueryException extends Exception {} * direct access to the collected properties in order to handle alternate * execution routines. We therefore use public properties for simplicity. Note * that code that is simply creating and running a field query should still use - * the appropriate methods add conditions on the query. + * the appropriate methods to add conditions on the query. * * Storage engines are not required to support every type of query. By default, * an EntityFieldQueryException will be raised if an unsupported condition is |