From 179b94972aa964178a2921b70c2a895bf3039d0f Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Wed, 16 Aug 2023 17:15:32 +0200 Subject: it::map docs --- it.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it.class b/it.class index 01527cd..2953085 100644 --- a/it.class +++ b/it.class @@ -1120,7 +1120,7 @@ static function map($code, $array, $p = null) /** * Return only elements of $array for which $code argument evaluates to true. Preserves keys - * @param $code The function (gets key and value as args) or string expression (gets $k and $v) to evaluate + * @param $code The function (gets val or key,val) or string expression (gets $k and $v) to evaluate */ static function filter($code, $array) { -- cgit v1.2.3