From 1c9ee4baa24a14de691fc6773b968ed5b48a92cd Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Wed, 23 Dec 2020 19:12:28 +0100 Subject: [PATCH] Improve the `Array.hash()` documentation Co-authored-by: Laguzus <67963093+Laguzus@users.noreply.github.com> (cherry picked from commit 435848192ea6e4fe1b6923ba3640711412bcd57d) --- doc/classes/Array.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/classes/Array.xml b/doc/classes/Array.xml index 2764c6a60f1..e84f90356a6 100644 --- a/doc/classes/Array.xml +++ b/doc/classes/Array.xml @@ -239,7 +239,8 @@ - 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.