From c19c8ef4aedadd52b9354188f36aa590ec319200 Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 30 Apr 2016 13:05:22 +0000 Subject: [DOC] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54853 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 15621ce96c..a357c3af3c 100644 --- a/numeric.c +++ b/numeric.c @@ -3809,7 +3809,7 @@ int_equal(VALUE x, VALUE y) * call-seq: * int <=> numeric -> -1, 0, +1 or nil * - * Comparison---Returns +-1+, +0+, ++1+ or +nil+ depending on whether +fix+ is + * Comparison---Returns +-1+, +0+, ++1+ or +nil+ depending on whether +int+ is * less than, equal to, or greater than +numeric+. * * This is the basis for the tests in the Comparable module. -- cgit v1.2.3