From 5d372d0c4023c283765e5eee3b653048dbf06fb0 Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 12 Oct 2009 17:49:15 +0000 Subject: [PATCH] fix rdoc. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25314 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bignum.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bignum.c b/bignum.c index bb1051243b..44775ff7f1 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