1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

fix rdoc.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25314 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2009-10-12 17:49:15 +00:00
parent b83a7c1076
commit 5d372d0c40

View file

@ -1388,9 +1388,9 @@ rb_big_eql(VALUE x, VALUE y)
/*
* call-seq:
* -big => other_big
* -big => integer
*
* Unary minus (returns a new Bignum whose value is 0-big)
* Unary minus (returns an integer whose value is 0-big)
*/
static VALUE