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
This commit is contained in:
Jesus M. Castagnetto 2001-04-23 09:03:32 +00:00
parent 021177a6c5
commit 0a4c9ac956

View file

@ -441,7 +441,7 @@ $b = array_map("cube", $a);
</para>
<para>
<example>
<title><function>Array_filter</function> - using more arrays</title>
<title><function>Array_map</function> - using more arrays</title>
<programlisting role="php">
function show_Spanish($n, $m) {
return "The number $n is called $m in Spanish";