summaryrefslogtreecommitdiffstats
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
commitce9e211bb1afca07f76b0bc018c05e982248ca5d (patch)
treec96a630785608dfa0d59e95750b66d577ad7df22 /numeric.c
parent2cb000a1c29bf9076dc58cf05126b360b29b127f (diff)
downloadruby-ce9e211bb1afca07f76b0bc018c05e982248ca5d.tar.gz
ruby-ce9e211bb1afca07f76b0bc018c05e982248ca5d.tar.xz
ruby-ce9e211bb1afca07f76b0bc018c05e982248ca5d.zip
* numeric.c (flo_plus): small typo fix. [ruby-core:4636]
git-svn-id: http://svn.ruby-lang.org/repos/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 eba6e59bf..65d9d5cb1 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>.
*/