summaryrefslogtreecommitdiff
path: root/numeric.c
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-04-18 06:38:30 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-04-18 06:38:30 +0000
commitce3eb0b20417dd304f27618ed5db0693b2c9563a (patch)
tree1a65b8a88a292a5edd93f74290ec201b041c27cc /numeric.c
parent925cb98fe832a25734420c8bd5b6eabceb985180 (diff)
* eval.c (rb_attr): attribute name check added.
* numeric.c (flo_plus): small typo fix. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8347 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'numeric.c')
-rw-r--r--numeric.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/numeric.c b/numeric.c
index bfa6b2602b..e3f29ea46e 100644
--- a/numeric.c
+++ b/numeric.c
@@ -593,7 +593,7 @@ flo_minus(x, y)
* call-seq:
* float * other => float
*
- * Returns a new float with is the product of <code>float</code>
+ * Returns a new float which is the product of <code>float</code>
* and <code>other</code>.
*/