diff --git a/includes/entity.inc b/includes/entity.inc index e585b82..ed6070f 100644 --- a/includes/entity.inc +++ b/includes/entity.inc @@ -711,7 +711,7 @@ class EntityFieldQuery { * @param $delta_group * An arbitrary identifier: conditions in the same group must have the same * $delta_group. For example, let's presume a multivalue field which has - * two columns, 'color' and 'shape', and for entity ID 1, there are two + * two columns, 'color' and 'shape', and for entity ID 1, there are two * values: red/square and blue/circle. Entity ID 1 does not have values * corresponding to 'red circle'; however if you pass 'red' and 'circle' as * conditions, it will appear in the results - by default queries will run @@ -815,7 +815,7 @@ class EntityFieldQuery { * @param $delta_group * An arbitrary identifier: conditions in the same group must have the same * $delta_group. For example, let's presume a multivalue field which has - * two columns, 'color' and 'shape', and for ID 1, there are two + * two columns, 'color' and 'shape', and for entity ID 1, there are two * values: red/square and blue/circle. Entity ID 1 does not have values * corresponding to 'red circle', however if you pass 'red' and 'circle' as * conditions, it will appear in the results - by default queries will run