summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--numeric.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/numeric.c b/numeric.c
index 2d7dfd4f7e..82f0447f33 100644
--- a/numeric.c
+++ b/numeric.c
@@ -669,7 +669,7 @@ flo_to_s(VALUE flt)
/*
* call-seq:
- * flt.flo_coerce(numeric) -> array
+ * flt.coerce(numeric) -> array
*
* Returns an array with both <i>aNumeric</i> and <i>flt</i> represented
* as <code>Float</code> objects.