]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Fixed some typos in documentation of ElggBatch.
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Wed, 9 Mar 2011 05:38:12 +0000 (05:38 +0000)
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Wed, 9 Mar 2011 05:38:12 +0000 (05:38 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@8641 36083f99-b078-4883-b0ff-0f9b5a30f544

engine/classes/ElggBatch.php

index 5b4132db46b5ab8791de7f94e0f6983745702a09..49aed800a58e78753aeada95f5292ab4f024ed26 100644 (file)
@@ -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