summaryrefslogtreecommitdiff
path: root/numeric.c
diff options
context:
space:
mode:
authorocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-05-10 01:40:49 +0000
committerocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-05-10 01:40:49 +0000
commitc3af8e7c3b8ec010a024fd6701520b93e79bbe65 (patch)
treec96a630785608dfa0d59e95750b66d577ad7df22 /numeric.c
parenta7a1ec77ebd45469196d204c5d81f61b4b6fe11b (diff)
* numeric.c (flo_plus): small typo fix. [ruby-core:4636]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@8417 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 eba6e59bf6..65d9d5cb11 100644
--- a/numeric.c
+++ b/numeric.c
@@ -592,7 +592,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>.
*/