summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2021-01-26 15:53:35 +0100
committerGitHub <noreply@github.com>2021-01-26 15:53:35 +0100
commit34eb5638d3e8ca9f4f15a3af0e7ab4a7423b69cb (patch)
tree17118f8240c44b895f40377e92a6c98c40bab1c2
parentf7dd6975fb8074c7a4a46b400d8ca0caff09675f (diff)
parent435848192ea6e4fe1b6923ba3640711412bcd57d (diff)
Merge pull request #44624 from Calinou/doc-array-hash
Improve the `Array.hash()` documentation
-rw-r--r--doc/classes/Array.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/classes/Array.xml b/doc/classes/Array.xml
index 909380b3b2..de3d89ee0f 100644
--- a/doc/classes/Array.xml
+++ b/doc/classes/Array.xml
@@ -313,7 +313,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">