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