diff options
author | ktsj <ktsj@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-08-10 05:02:56 +0000 |
---|---|---|
committer | ktsj <ktsj@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-08-10 05:02:56 +0000 |
commit | 22bfbc941971352272c88a3d9244a86f7228f0b6 (patch) | |
tree | b09db261f28da10fefec80e6e9efc77503bc6d34 /numeric.c | |
parent | 0dd8ec36c0533f1b63f222bcf0ff91e09e5b05dc (diff) |
* numeric.c: [DOC] fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42491 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'numeric.c')
-rw-r--r-- | numeric.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -618,7 +618,7 @@ num_to_int(VALUE num) * Float objects represent inexact real numbers using the native * architecture's double-precision floating point representation. * - * Floating point has a different arithmetic and is a inexact number. + * Floating point has a different arithmetic and is an inexact number. * So you should know its esoteric system. see following: * * - http://docs.sun.com/source/806-3568/ncg_goldberg.html |