From f3509febe5a1b912b7fb9902a426590975839fc2 Mon Sep 17 00:00:00 2001 From: tadf Date: Fri, 19 Jun 2009 21:57:51 +0000 Subject: * complex.c: edited rdoc. * rational.c: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23753 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- numeric.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'numeric.c') diff --git a/numeric.c b/numeric.c index 627c5297c..a2bd0f4eb 100644 --- a/numeric.c +++ b/numeric.c @@ -425,8 +425,8 @@ num_int_p(VALUE num) /* * call-seq: - * num.abs => num or numeric - * num.magnitude => num or numeric + * num.abs => num + * num.magnitude => num * * Returns the absolute value of num. * @@ -1172,7 +1172,7 @@ flo_to_f(VALUE num) /* * call-seq: * flt.abs => float - * flt.magnitude => num or numeric + * flt.magnitude => float * * Returns the absolute value of flt. * -- cgit