summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--it.class2
1 files changed, 1 insertions, 1 deletions
diff --git a/it.class b/it.class
index df125f9..091f026 100644
--- a/it.class
+++ b/it.class
@@ -1096,7 +1096,7 @@ static function createfunc($code)
/**
* Iterate over an array, replacing every element by function value or expression
- * @param $code The function (gets key and val as args) or expression as string (gets $k and $v) to apply. Returns new val
+ * @param $code The function (gets val or key,val depending on argcount) or string expression (gets $k and $v) to apply. Returns new val
* @param $array The array to iterate over
* @param $p['keys'] Only modify elements with given keys (keys can be array or comma separated)
*/