diff options
author | Urban Müller | 2022-11-17 18:00:01 +0100 |
---|---|---|
committer | Urban Müller | 2022-11-17 18:00:01 +0100 |
commit | 4ad4800b1fd512aa43dc46b75fb6466e17485256 (patch) | |
tree | de23ea1cfeb83144a528d6045436c79ef4488713 /it.class | |
parent | 65fd37a0c26be5b7c4403bb71c59c8119d1a8d77 (diff) | |
download | itools-4ad4800b1fd512aa43dc46b75fb6466e17485256.tar.gz itools-4ad4800b1fd512aa43dc46b75fb6466e17485256.tar.bz2 itools-4ad4800b1fd512aa43dc46b75fb6466e17485256.zip |
typo
Diffstat (limited to 'it.class')
-rw-r--r-- | it.class | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |