Skip to content

Commit

Permalink
* numeric.c (flo_plus): small typo fix. [ruby-core:4636]
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@8417 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
ocean committed May 10, 2005
1 parent a7a1ec7 commit c3af8e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numeric.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>.
*/

Expand Down

0 comments on commit c3af8e7

Please sign in to comment.