diff options
author | ocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-05-10 01:40:49 +0000 |
---|---|---|
committer | ocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-05-10 01:40:49 +0000 |
commit | ce9e211bb1afca07f76b0bc018c05e982248ca5d (patch) | |
tree | c96a630785608dfa0d59e95750b66d577ad7df22 /numeric.c | |
parent | 2cb000a1c29bf9076dc58cf05126b360b29b127f (diff) | |
download | ruby-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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>. */ |