summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
*