aboutsummaryrefslogtreecommitdiffstats
path: root/bignum.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-12-21 00:40:56 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-12-21 01:19:55 +0900
commitfb8f011422c645ebe29e94c3fb2079af73d1d35f (patch)
tree93201efe561d1139cf7e89764bb7becfea23bcae /bignum.c
parentad534a677a6df7437c934440b35affa88ce3648a (diff)
downloadruby-fb8f011422c645ebe29e94c3fb2079af73d1d35f.tar.gz
Fixed indefinite articles before "Integer" [ci skip]
Diffstat (limited to 'bignum.c')
-rw-r--r--bignum.c2
1 files changed, 1 insertions, 1 deletions
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 <code>true</code> only if <i>obj</i> has the same value
* as <i>big</i>. Contrast this with Integer#eql?, which requires
- * <i>obj</i> to be a Integer.
+ * <i>obj</i> to be an Integer.
*
* 68719476736 == 68719476736.0 #=> true
*/