summaryrefslogtreecommitdiff
path: root/numeric.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-04-14 04:06:52 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-04-14 04:06:52 +0000
commitda011c8311088ee53a791e4d31bf6b6c4fa96db5 (patch)
tree08e2dc9b61d6be2a9bc95dd9d800dceb064d1bdd /numeric.c
parentb75df4ec9f6cc7295db673769d4a59f0fbd48a61 (diff)
* 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: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@6158 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'numeric.c')
-rw-r--r--numeric.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/numeric.c b/numeric.c
index a05bedde85..4adaa6e1d4 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 <code>flt</code> by <code>other</code>.
+ * Return the modulo after division of <code>flt</code> by <code>other</code>.
*
* 6543.21.modulo(137) #=> 104.21
* 6543.21.modulo(137.24) #=> 92.9299999999996