summaryrefslogtreecommitdiff
path: root/numeric.c
diff options
context:
space:
mode:
authornagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-13 12:38:49 +0000
committernagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-13 12:38:49 +0000
commita55d803ed3246ef68e83240feb19eeee9d605d69 (patch)
treef6dc9cd09f49a9875063ce725f8e959212aa163d /numeric.c
parentc2f8979729b1c698b48f5f727c0dd5ed3d1de5a3 (diff)
* numeric.c (flo_coerce): fix a typo in documentation.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31547 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 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.