From 435848192ea6e4fe1b6923ba3640711412bcd57d Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Wed, 23 Dec 2020 19:12:28 +0100 Subject: Improve the `Array.hash()` documentation Co-authored-by: Laguzus <67963093+Laguzus@users.noreply.github.com> --- 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 6a9eb89602..9e17ce58c2 100644 --- a/doc/classes/Array.xml +++ b/doc/classes/Array.xml @@ -318,7 +318,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. -- cgit v1.2.3