From 79c2d2fb510a67de0f55897080ff59e83556a95f Mon Sep 17 00:00:00 2001 From: akr Date: Thu, 8 Sep 2016 04:57:49 +0000 Subject: replace fixnum by integer in documents. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56102 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- object.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'object.c') 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 a.eql?(b) implies a.hash == b.hash. -- cgit v1.2.3