[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 коммит произвёл Nobuyoshi Nakada
Родитель 512d8a25e9
Коммит a4721ec6cd
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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