From ea1b7a95777fb5ca231dbc54c38d3b5fb61abd19 Mon Sep 17 00:00:00 2001 From: marcandre Date: Wed, 28 Oct 2009 05:01:29 +0000 Subject: * time.c: rdoc fix for <=> * array.c: ditto * bignum.c: ditto * compar.c: ditto * file.c: ditto * numeric.c: ditto * string.c: rdoc fix for <=> and casecmp git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25523 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- array.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'array.c') diff --git a/array.c b/array.c index b7be69afd6..172bf4914d 100644 --- a/array.c +++ b/array.c @@ -2823,7 +2823,7 @@ recursive_cmp(ary1, ary2, recur) /* * call-seq: - * array <=> other_array -> -1, 0, +1 + * array <=> other_array -> -1, 0, +1 or nil * * Comparison---Returns an integer (-1, 0, * or +1) if this array is less than, equal to, or greater than -- cgit v1.2.3