aboutsummaryrefslogtreecommitdiffstats
path: root/array.c
diff options
context:
space:
mode:
Diffstat (limited to 'array.c')
-rw-r--r--array.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/array.c b/array.c
index 5cb6fc449c..65fd0b6268 100644
--- a/array.c
+++ b/array.c
@@ -3903,7 +3903,7 @@ rb_ary_eql(VALUE ary1, VALUE ary2)
/*
* call-seq:
- * ary.hash -> fixnum
+ * ary.hash -> integer
*
* Compute a hash-code for this array.
*