aboutsummaryrefslogtreecommitdiffstats
path: root/complex.c
diff options
context:
space:
mode:
authortadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-02-28 21:53:54 +0000
committertadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-02-28 21:53:54 +0000
commit329ae7470ee851c6f8ae26804bf2b3069ff81457 (patch)
tree343aac12afd2fc2bb2c3742f55bdb1fa5a331c4f /complex.c
parentf400ba1082df5b70d88f6000a31f005ab9213d6b (diff)
downloadruby-329ae7470ee851c6f8ae26804bf2b3069ff81457.tar.gz
replaced rdoc for Complex::I
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34852 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 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));