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 --- string.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'string.c') diff --git a/string.c b/string.c index fe7516892b..924b5e3c92 100644 --- a/string.c +++ b/string.c @@ -1031,7 +1031,7 @@ rb_str_eql(str1, str2) /* * call-seq: - * str <=> other_str => -1, 0, +1 + * str <=> other_str => -1, 0, +1 or nil * * Comparison---Returns -1 if other_str is greater than, 0 if * other_str is equal to, and +1 if other_str is less than @@ -1085,7 +1085,7 @@ rb_str_cmp_m(str1, str2) /* * call-seq: - * str.casecmp(other_str) => -1, 0, +1 + * str.casecmp(other_str) => -1, 0, +1 or nil * * Case-insensitive version of String#<=>. * -- cgit v1.2.3