From ce9e211bb1afca07f76b0bc018c05e982248ca5d Mon Sep 17 00:00:00 2001 From: ocean Date: Tue, 10 May 2005 01:40:49 +0000 Subject: * 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 --- numeric.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numeric.c') 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 float + * Returns a new float which is the product of float * and other. */ -- cgit