aboutsummaryrefslogtreecommitdiffstats
path: root/object.c
diff options
context:
space:
mode:
Diffstat (limited to 'object.c')
-rw-r--r--object.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/object.c b/object.c
index c9649253b1..7f0ce7565e 100644
--- a/object.c
+++ b/object.c
@@ -145,7 +145,7 @@ rb_obj_equal(VALUE obj1, VALUE obj2)
#if 0
/*
* call-seq:
- * obj.hash -> fixnum
+ * obj.hash -> integer
*
* Generates a Fixnum hash value for this object. This function must have the
* property that <code>a.eql?(b)</code> implies <code>a.hash == b.hash</code>.