Grammar fix in array_walk() docs

-- 
Provided by Michael C (wafflestealer654@gmail.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334705 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Chris Wright 2014-09-01 16:37:56 +00:00
parent 6b766fe975
commit 2cc66f620e

View file

@ -3,7 +3,7 @@
<refentry xml:id="function.array-walk" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>array_walk</refname>
<refpurpose>Apply a user function to every member of an array</refpurpose>
<refpurpose>Apply a user supplied function to every member of an array</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;