From fb8f011422c645ebe29e94c3fb2079af73d1d35f Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Mon, 21 Dec 2020 00:40:56 +0900 Subject: Fixed indefinite articles before "Integer" [ci skip] --- bignum.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bignum.c') diff --git a/bignum.c b/bignum.c index 0515e2f0d6..7c55366ecb 100644 --- a/bignum.c +++ b/bignum.c @@ -5512,7 +5512,7 @@ rb_big_le(VALUE x, VALUE y) * * Returns true only if obj has the same value * as big. Contrast this with Integer#eql?, which requires - * obj to be a Integer. + * obj to be an Integer. * * 68719476736 == 68719476736.0 #=> true */ -- cgit v1.2.3