summaryrefslogtreecommitdiff
path: root/complex.c
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-01-03 05:51:19 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-01-03 05:51:19 +0000
commit670725b08784e7467ffbd4b40c9a7c3cd9ca813e (patch)
tree224477ff4f1ee8e82d3eae85b8909ebd00afb66d /complex.c
parentbace0d4cdcfaec75e76145349f0b3c0b989a0b6d (diff)
[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
Diffstat (limited to 'complex.c')
-rw-r--r--complex.c2
1 files changed, 1 insertions, 1 deletions
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;
*