Skip to content
Snippets Groups Projects
Commit 38b29900 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #1096842 by nanotube: typo in EntityFieldQuery documentation.

parent eeeb5dd7
No related branches found
No related tags found
No related merge requests found
......@@ -408,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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment