From 8c39010843340635b0ccf33c296d40184c64b855 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Sun, 4 Dec 2016 13:03:52 +0000 Subject: [PATCH] Fix typo Patch provided by anon user. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341274 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/array/functions/array-diff-uassoc.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/array/functions/array-diff-uassoc.xml b/reference/array/functions/array-diff-uassoc.xml index 1ac2d0795f..9269ca8215 100644 --- a/reference/array/functions/array-diff-uassoc.xml +++ b/reference/array/functions/array-diff-uassoc.xml @@ -21,7 +21,7 @@ keys are used in the comparison. - Unlike array_diff_assoc an user supplied callback + Unlike array_diff_assoc a user supplied callback function is used for the indices comparison, not internal function.