ruby-changes:30412
From: ktsj <ko1@a...>
Date: Sat, 10 Aug 2013 14:03:06 +0900 (JST)
Subject: [ruby-changes:30412] ktsj:r42491 (trunk): * numeric.c: [DOC] fix typo.
ktsj 2013-08-10 14:02:56 +0900 (Sat, 10 Aug 2013) New Revision: 42491 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=42491 Log: * numeric.c: [DOC] fix typo. Modified files: trunk/numeric.c Index: numeric.c =================================================================== --- numeric.c (revision 42490) +++ numeric.c (revision 42491) @@ -618,7 +618,7 @@ num_to_int(VALUE num) https://github.com/ruby/ruby/blob/trunk/numeric.c#L618 * 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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/