From c5df1bc76bd40356ab88d8f2a593f2b13e833e61 Mon Sep 17 00:00:00 2001 From: brettp Date: Wed, 9 Mar 2011 05:38:12 +0000 Subject: Fixed some typos in documentation of ElggBatch. git-svn-id: http://code.elgg.org/elgg/trunk@8641 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/classes/ElggBatch.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engine') diff --git a/engine/classes/ElggBatch.php b/engine/classes/ElggBatch.php index 5b4132db4..49aed800a 100644 --- a/engine/classes/ElggBatch.php +++ b/engine/classes/ElggBatch.php @@ -11,7 +11,7 @@ * can be a string, an array, or a closure. * {@link http://php.net/manual/en/language.pseudo-types.php} * - * The callback function must accepts 3 arguments: an entity, the getter used, and the options used. + * The callback function must accept 3 arguments: an entity, the getter used, and the options used. * * Results from the callback are stored in callbackResult. * If the callback returns only booleans callbackResults will be the combined @@ -139,7 +139,7 @@ class ElggBatch public $callbackResult = null; /** - * Batches operations on any elgg_get_*() functions that supports + * Batches operations on any elgg_get_*() or compatible function that supports * an options array. * * Instead of returning all objects in memory, it goes through $chunk_size -- cgit v1.2.3