From f9653007b1e3a3b3a73314b5b3e6ee15b9b0274a Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 12 Oct 2009 17:49:15 +0000 Subject: fix rdoc. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25314 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 bb1051243..44775ff7f 100644 --- a/bignum.c +++ b/bignum.c @@ -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 -- cgit