From c57d8b7a7211724cb47101e621900b0eec545ee2 Mon Sep 17 00:00:00 2001 From: Dries Buytaert <dries@buytaert.net> Date: Thu, 14 Apr 2011 22:05:33 -0400 Subject: [PATCH] - Patch #1096842 by nanotube: typo in EntityFieldQuery documentation. --- includes/entity.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/entity.inc b/includes/entity.inc index 33c768c7f445..a3cdf7417367 100644 --- a/includes/entity.inc +++ b/includes/entity.inc @@ -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 -- GitLab