Skip to content

Commit 5d372d0

Browse files
committed
fix rdoc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25314 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent b83a7c1 commit 5d372d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bignum.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -1388,9 +1388,9 @@ rb_big_eql(VALUE x, VALUE y)
13881388

13891389
/*
13901390
* call-seq:
1391-
* -big => other_big
1391+
* -big => integer
13921392
*
1393-
* Unary minus (returns a new Bignum whose value is 0-big)
1393+
* Unary minus (returns an integer whose value is 0-big)
13941394
*/
13951395

13961396
static VALUE

0 commit comments

Comments
 (0)