Improve the Array.hash() documentation

Co-authored-by: Laguzus <67963093+Laguzus@users.noreply.github.com>
(cherry picked from commit 435848192e)
This commit is contained in:
Hugo Locurcio 2020-12-23 19:12:28 +01:00 committed by Rémi Verschelde
parent 311ca0c6f2
commit 1c9ee4baa2
No known key found for this signature in database
GPG Key ID: C3336907360768E1

View File

@ -239,7 +239,8 @@
<return type="int">
</return>
<description>
Returns a hashed integer value representing the array contents.
Returns a hashed integer value representing the array and its contents.
[b]Note:[/b] Arrays with equal contents can still produce different hashes. Only the exact same arrays will produce the same hashed integer value.
</description>
</method>
<method name="insert">