From b530f586472e9a51870db581775a69d08ffe90db Mon Sep 17 00:00:00 2001 From: kazu Date: Wed, 27 Apr 2016 12:59:59 +0000 Subject: Update rdoc of Integer#[] (fix -> int) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54797 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- numeric.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/numeric.c b/numeric.c index 612a062c73..00ba81630e 100644 --- a/numeric.c +++ b/numeric.c @@ -4035,10 +4035,10 @@ rb_int_rshift(VALUE x, VALUE y) /* * Document-method: Integer#[] * call-seq: - * fix[n] -> 0, 1 + * int[n] -> 0, 1 * * Bit Reference---Returns the +n+th bit in the binary representation of - * +fix+, where fix[0] is the least significant bit. + * +int+, where int[0] is the least significant bit. * * For example: * -- cgit v1.2.3