summaryrefslogtreecommitdiff
path: root/numeric.c
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-02-01 08:09:54 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-02-01 08:09:54 +0000
commitb8acb1cc2d9ece124108bfd583855c20aa52d0a5 (patch)
tree62cf5b4fb1e473f62c02bb517f2535a692d9100b /numeric.c
parent317fea44af35491697d4c497813db0c7bb832bb2 (diff)
* numeric.c (flo_minus): RDoc update. a patch from red stun
in [ruby-core:27951] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26537 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'numeric.c')
-rw-r--r--numeric.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/numeric.c b/numeric.c
index e021efc114..97659e455d 100644
--- a/numeric.c
+++ b/numeric.c
@@ -637,7 +637,7 @@ flo_plus(VALUE x, VALUE y)
/*
* call-seq:
- * float + other -> float
+ * float - other -> float
*
* Returns a new float which is the difference of <code>float</code>
* and <code>other</code>.