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.