From cf9c8f998017f4cdc8cc96ff90862d1e2b166593 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 14 Apr 2004 04:06:52 +0000 Subject: * array.c, enum.c, eval.c, file.c, io.c, numeric.c, object.c, prec.c, process.c, re.c, string.c: typos in RDoc comments. [ruby-core:02783] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6158 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- numeric.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numeric.c') diff --git a/numeric.c b/numeric.c index a05bedde8..4adaa6e1d 100644 --- a/numeric.c +++ b/numeric.c @@ -682,7 +682,7 @@ flodivmod(x, y, divp, modp) * flt % other => float * flt.modulo(other) => float * - * Return the modulo after dividion of flt by other. + * Return the modulo after division of flt by other. * * 6543.21.modulo(137) #=> 104.21 * 6543.21.modulo(137.24) #=> 92.9299999999996 -- cgit