From 22bfbc941971352272c88a3d9244a86f7228f0b6 Mon Sep 17 00:00:00 2001 From: ktsj Date: Sat, 10 Aug 2013 05:02:56 +0000 Subject: * numeric.c: [DOC] fix typo. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42491 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- numeric.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/numeric.c b/numeric.c index be54860204..af456c2db7 100644 --- a/numeric.c +++ b/numeric.c @@ -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 -- cgit v1.2.3