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: *