From 4ad4800b1fd512aa43dc46b75fb6466e17485256 Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Thu, 17 Nov 2022 18:00:01 +0100 Subject: typo --- it.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it.class b/it.class index c7d43cb..4856a3c 100644 --- a/it.class +++ b/it.class @@ -1118,7 +1118,7 @@ static function map($code, $array, $p = null) } /** - * Return only elements of $rray for which $code argument evaluates to true. Preserves keys + * 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 */ static function filter($code, $array) -- cgit v1.2.3