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:
parent
c2f8979729
commit
a55d803ed3
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue