summaryrefslogtreecommitdiffstats
path: root/doc/classes/Array.xml
diff options
context:
space:
mode:
authorHugo Locurcio <hugo.locurcio@hugo.pro>2020-12-23 19:12:28 +0100
committerHugo Locurcio <hugo.locurcio@hugo.pro>2020-12-23 19:13:10 +0100
commit435848192ea6e4fe1b6923ba3640711412bcd57d (patch)
treee4c2e9512ff94a49fb262b1ee2c9f47fc1132e47 /doc/classes/Array.xml
parentc4c211c3b7608f79457f16bb42ad8839a9cdcf5a (diff)
downloadredot-engine-435848192ea6e4fe1b6923ba3640711412bcd57d.tar.gz
Improve the `Array.hash()` documentation
Co-authored-by: Laguzus <67963093+Laguzus@users.noreply.github.com>
Diffstat (limited to 'doc/classes/Array.xml')
-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 6a9eb89602..9e17ce58c2 100644
--- a/doc/classes/Array.xml
+++ b/doc/classes/Array.xml
@@ -318,7 +318,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">