1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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
This commit is contained in:
nagachika 2011-05-13 12:38:49 +00:00
parent c2f8979729
commit a55d803ed3

View file

@ -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.