From 670725b08784e7467ffbd4b40c9a7c3cd9ca813e Mon Sep 17 00:00:00 2001 From: kazu Date: Thu, 3 Jan 2019 05:51:19 +0000 Subject: [DOC] Complex() default behaviour is `exception: true` [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66696 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- complex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'complex.c') diff --git a/complex.c b/complex.c index eb0435bed1..c357c99ea5 100644 --- a/complex.c +++ b/complex.c @@ -419,7 +419,7 @@ static VALUE nucomp_s_convert(int argc, VALUE *argv, VALUE klass); /* * call-seq: - * Complex(x[, y], exception: false) -> numeric or nil + * Complex(x[, y], exception: true) -> numeric or nil * * Returns x+i*y; * -- cgit v1.2.3