From 52ae7dd55e62b1e7b6920499ed7448892e09bb48 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Fri, 17 Feb 2017 17:51:30 +0000 Subject: [PATCH] Improve wording Patch provided by anon user. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341915 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/array/functions/array-diff.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/array/functions/array-diff.xml b/reference/array/functions/array-diff.xml index dbe4499614..4b691cf60c 100644 --- a/reference/array/functions/array-diff.xml +++ b/reference/array/functions/array-diff.xml @@ -98,7 +98,7 @@ Array Two elements are considered equal if and only if - (string) $elem1 === (string) $elem2. In words: + (string) $elem1 === (string) $elem2. In other words: when the string representation is the same.