From 2b64e10feb46cf6fafc57a036e80ee497806213f Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 20 Sep 2012 07:06:06 +0000 Subject: remove garbages. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36996 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 a1ec5d5b41..996aed1ac0 100644 --- a/complex.c +++ b/complex.c @@ -440,7 +440,7 @@ nucomp_s_canonicalize_internal(VALUE klass, VALUE real, VALUE imag) * Complex.rectangular(real[, imag]) -> complex * * Returns a complex object which denotes the given rectangular form. - * + * * For example: * Complex.rect(12, 2) # => (12+2i) * Complex.rect(0, 17) # => (0+17i) -- cgit v1.2.3