From a55d803ed3246ef68e83240feb19eeee9d605d69 Mon Sep 17 00:00:00 2001 From: nagachika Date: Fri, 13 May 2011 12:38:49 +0000 Subject: * 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 --- numeric.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numeric.c') 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 aNumeric and flt represented * as Float objects. -- cgit v1.2.3