diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-04-14 04:06:52 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-04-14 04:06:52 +0000 |
commit | d952e330032662b0adba77f20a13715a1bc0f16e (patch) | |
tree | bd8a6fb7fd47d3362a8afa67a51c55ee7a394cb6 /numeric.c | |
parent | b88dfa10b5be5147c7204dee44ed39880254fd88 (diff) | |
download | ruby-d952e330032662b0adba77f20a13715a1bc0f16e.tar.gz |
* 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/trunk@6158 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'numeric.c')
-rw-r--r-- | numeric.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -683,7 +683,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 |