From 0a4c9ac956b89768e1eae355c1c84d172a591ace Mon Sep 17 00:00:00 2001 From: "Jesus M. Castagnetto" Date: Mon, 23 Apr 2001 09:03:32 +0000 Subject: [PATCH] Fixed typo in title for array_map() example git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@45720 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/array.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/array.xml b/functions/array.xml index d3023418b8..9bb469d9af 100644 --- a/functions/array.xml +++ b/functions/array.xml @@ -441,7 +441,7 @@ $b = array_map("cube", $a); - <function>Array_filter</function> - using more arrays + <function>Array_map</function> - using more arrays function show_Spanish($n, $m) { return "The number $n is called $m in Spanish";