From 577de1e93dac9adf321602517c5ab80884911566 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 --- hash.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hash.c') diff --git a/hash.c b/hash.c index 52a7f235f4..8ff6d1b94b 100644 --- a/hash.c +++ b/hash.c @@ -1639,8 +1639,8 @@ rb_hash_replace(VALUE hash, VALUE hash2) /* * call-seq: - * hsh.length -> fixnum - * hsh.size -> fixnum + * hsh.length -> integer + * hsh.size -> integer * * Returns the number of key-value pairs in the hash. * @@ -2256,7 +2256,7 @@ hash_i(VALUE key, VALUE val, VALUE arg) /* * call-seq: - * hsh.hash -> fixnum + * hsh.hash -> integer * * Compute a hash-code for this hash. Two hashes with the same content * will have the same hash code (and will compare using eql?). -- cgit v1.2.3