From 56557ec28a8712984a0e9744fd7547e797ec9b6b Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 22 Mar 2019 11:04:59 +0000 Subject: [DOC] fix markups [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67337 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bignum.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bignum.c') diff --git a/bignum.c b/bignum.c index 2599def7be..212d19abdf 100644 --- a/bignum.c +++ b/bignum.c @@ -5500,8 +5500,8 @@ rb_big_le(VALUE x, VALUE y) * big == obj -> true or false * * Returns true only if obj has the same value - * as big. Contrast this with Integer#eql?, which - * requires obj to be a Integer. + * as big. Contrast this with Integer#eql?, which requires + * obj to be a Integer. * * 68719476736 == 68719476736.0 #=> true */ -- cgit v1.2.3