Improve wording

Patch provided by anon user.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341915 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2017-02-17 17:51:30 +00:00
parent 97ca95ebfa
commit 52ae7dd55e

View file

@ -98,7 +98,7 @@ Array
<note>
<para>
Two elements are considered equal if and only if
<literal>(string) $elem1 === (string) $elem2</literal>. In words:
<literal>(string) $elem1 === (string) $elem2</literal>. In other words:
when the string representation is the same.
<!-- TODO: example of it... -->
</para>