summaryrefslogtreecommitdiffstats
path: root/numeric.c
diff options
context:
space:
mode:
authortadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-06-20 11:29:21 +0000
committertadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-06-20 11:29:21 +0000
commit8286ccb302e001558121b81d80e8ccca7a884fb4 (patch)
treee89d12ff720a8a66fb907ac4141cb4e440a4ba84 /numeric.c
parente9ff6de5872460feb04c50eb5424f9a8c1bea196 (diff)
downloadruby-8286ccb302e001558121b81d80e8ccca7a884fb4.tar.gz
ruby-8286ccb302e001558121b81d80e8ccca7a884fb4.tar.xz
ruby-8286ccb302e001558121b81d80e8ccca7a884fb4.zip
* complex.c: edited rdoc.
* numeric.c: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23767 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'numeric.c')
-rw-r--r--numeric.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/numeric.c b/numeric.c
index cf3f0d245..c20e51073 100644
--- a/numeric.c
+++ b/numeric.c
@@ -502,8 +502,9 @@ num_to_int(VALUE num)
*
* Document-class: Float
*
- * <code>Float</code> objects represent inexact numbers using the native
- * architecture's double-precision floating point representation.
+ * <code>Float</code> objects represent inexact real numbers using
+ * the native architecture's double-precision floating point
+ * representation.
*/
VALUE