From c9994b2bcc21498aef6f36c860026f6c0d0c3120 Mon Sep 17 00:00:00 2001 From: Joey Smith Date: Wed, 30 Apr 2003 01:31:49 +0000 Subject: [PATCH] Another typo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@125132 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/array/functions/array-filter.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/array/functions/array-filter.xml b/reference/array/functions/array-filter.xml index 575efea9ed..41628d74fe 100644 --- a/reference/array/functions/array-filter.xml +++ b/reference/array/functions/array-filter.xml @@ -1,5 +1,5 @@ - + @@ -20,7 +20,7 @@ the input array passing them to the callback function. If the callback function returns true, the current - value from input is returned into the + value from input is returned into the result array. Array keys are preserved.