Grammatical Fix

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147346 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Derek Ford 2003-12-26 18:42:02 +00:00
parent 5719c14555
commit a02fb899e9
2 changed files with 4 additions and 4 deletions

View file

@ -1,10 +1,10 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.14 -->
<refentry id="function.array-udiff">
<refnamediv>
<refname>array_udiff</refname>
<refpurpose>Computes the difference of arrays by using callback function for data comparison.</refpurpose>
<refpurpose>Computes the difference of arrays by using a callback function for data comparison.</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>

View file

@ -1,11 +1,11 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.8 $ -->
<!-- $Revision: 1.9 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.array-unshift">
<refnamediv>
<refname>array_unshift</refname>
<refpurpose>
Prepend one or more elements to the beginning of array
Prepend one or more elements to the beginning of an array
</refpurpose>
</refnamediv>
<refsect1>