Doc Bug #67045 array_unique bad wording

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333355 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Dejan Marjanovic 2014-04-15 23:52:49 +00:00
parent 0f372a5168
commit 4e21db746b

View file

@ -27,11 +27,8 @@
<note>
<simpara>
Two elements are considered equal if and only if
<literal>(string) $elem1 === (string) $elem2</literal>. In words:
when the string representation is the same.
</simpara>
<simpara>
The first element will be used.
<literal>(string) $elem1 === (string) $elem2</literal> i.e.
when the string representation is the same, the first element will be used.
</simpara>
</note>
</refsect1>