From a4721ec6cdd32b9c23a009e7390fefa1d9148ffd Mon Sep 17 00:00:00 2001 From: Kouhei Yanagita Date: Sat, 28 May 2022 06:04:02 +0900 Subject: [DOC] Fix documentation of Numeric#div: Complex does not have #div --- numeric.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numeric.c') diff --git a/numeric.c b/numeric.c index 4e08c4767a..1b1c8d99b9 100644 --- a/numeric.c +++ b/numeric.c @@ -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. * */ -- cgit v1.2.1