From a02fb899e9a001e046533febeb3e40559223ea3c Mon Sep 17 00:00:00 2001 From: Derek Ford Date: Fri, 26 Dec 2003 18:42:02 +0000 Subject: [PATCH] Grammatical Fix git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147346 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/array/functions/array-udiff.xml | 4 ++-- reference/array/functions/array-unshift.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/reference/array/functions/array-udiff.xml b/reference/array/functions/array-udiff.xml index f3fcfc3401..fd8e9249f8 100644 --- a/reference/array/functions/array-udiff.xml +++ b/reference/array/functions/array-udiff.xml @@ -1,10 +1,10 @@ - + array_udiff - Computes the difference of arrays by using callback function for data comparison. + Computes the difference of arrays by using a callback function for data comparison. Description diff --git a/reference/array/functions/array-unshift.xml b/reference/array/functions/array-unshift.xml index 647227fb59..ee2c607067 100644 --- a/reference/array/functions/array-unshift.xml +++ b/reference/array/functions/array-unshift.xml @@ -1,11 +1,11 @@ - + array_unshift - Prepend one or more elements to the beginning of array + Prepend one or more elements to the beginning of an array