From 329ae7470ee851c6f8ae26804bf2b3069ff81457 Mon Sep 17 00:00:00 2001 From: tadf Date: Tue, 28 Feb 2012 21:53:54 +0000 Subject: replaced rdoc for Complex::I git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34852 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 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)); -- cgit v1.2.3