summaryrefslogtreecommitdiff
path: root/numeric.c
diff options
context:
space:
mode:
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>.