summaryrefslogtreecommitdiffstats
path: root/bignum.c
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-10-12 17:49:15 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-10-12 17:49:15 +0000
commitf9653007b1e3a3b3a73314b5b3e6ee15b9b0274a (patch)
tree9c1863353be4736382a4df806b4f43382eaf3f7f /bignum.c
parentbd2560e616a9a5acbcdf8472ce8aa7c9fbc55227 (diff)
downloadruby-f9653007b1e3a3b3a73314b5b3e6ee15b9b0274a.tar.gz
ruby-f9653007b1e3a3b3a73314b5b3e6ee15b9b0274a.tar.xz
ruby-f9653007b1e3a3b3a73314b5b3e6ee15b9b0274a.zip
fix rdoc.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25314 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bignum.c')
-rw-r--r--bignum.c4
1 files changed, 2 insertions, 2 deletions
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