[DOC] Fix documentation of Numeric#div: Complex does not have #div

This commit is contained in:
Kouhei Yanagita 2022-05-28 06:04:02 +09:00 committed by Nobuyoshi Nakada
parent 512d8a25e9
commit a4721ec6cd
Notes: git 2022-06-03 14:36:14 +09:00
1 changed files with 1 additions and 1 deletions

View File

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