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 b1dfa3a101..c127a2681b 100644
--- a/complex.c
+++ b/complex.c
@@ -1984,7 +1984,7 @@ Init_Complex(void)
rb_define_method(rb_cFloat, "phase", float_arg, 0);
/*
- * (0+1i)
+ * The imaginary unit.
*/
rb_define_const(rb_cComplex, "I",
f_complex_new_bang2(rb_cComplex, ZERO, ONE));