From 36ff32040e6dceb8c3a6a67b11e663db6dcd6f06 Mon Sep 17 00:00:00 2001 From: akr Date: Thu, 11 Feb 2010 13:59:34 +0000 Subject: fix rdoc. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26647 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- numeric.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/numeric.c b/numeric.c index deeeaf42dc..02a3da6c43 100644 --- a/numeric.c +++ b/numeric.c @@ -1370,7 +1370,7 @@ flo_ceil(VALUE num) * * Rounds flt to a given precision in decimal digits (default 0 digits). * Precision may be negative. Returns a floating point number when ndigits - * is more than one. + * is more than zero. * * 1.4.round #=> 1 * 1.5.round #=> 2 @@ -1502,7 +1502,7 @@ num_ceil(VALUE num) * * Rounds num to a given precision in decimal digits (default 0 digits). * Precision may be negative. Returns a floating point number when ndigits - * is more than one. Numeric implements this by converting itself + * is more than zero. Numeric implements this by converting itself * to a Float and invoking Float#round. */ -- cgit v1.2.3