mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[DOC] Fix documentation of Numeric#div: Complex does not have #div
This commit is contained in:
parent
512d8a25e9
commit
a4721ec6cd
Notes:
git
2022-06-03 14:36:14 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -645,7 +645,7 @@ num_fdiv(VALUE x, VALUE y)
|
|||
* (\Numeric itself does not define method +/+.)
|
||||
*
|
||||
* Of the Core and Standard Library classes,
|
||||
* Float, Rational, and Complex use this implementation.
|
||||
* Only Float and Rational use this implementation.
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in a new issue