summaryrefslogtreecommitdiffstats
path: root/array.c
diff options
context:
space:
mode:
authormarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-10-28 04:50:09 +0000
committermarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-10-28 04:50:09 +0000
commit3643ccb17ac5e3bb16fc63fb21b3087b3aaf5023 (patch)
tree219b8d908a1073ef949ec36cab14ac4874cf4bd0 /array.c
parent44da447c16f637c5e662fb20437af0d4f6aca5e8 (diff)
downloadruby-3643ccb17ac5e3bb16fc63fb21b3087b3aaf5023.tar.gz
ruby-3643ccb17ac5e3bb16fc63fb21b3087b3aaf5023.tar.xz
ruby-3643ccb17ac5e3bb16fc63fb21b3087b3aaf5023.zip
* string.c: rdoc for <=>, casecmp
* bignum.c: rdoc for <=> * file.c: ditto * time.c: ditto * compar.c: rdoc git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25522 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'array.c')
-rw-r--r--array.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/array.c b/array.c
index f1927d265..1deda0348 100644
--- a/array.c
+++ b/array.c
@@ -2963,7 +2963,7 @@ recursive_cmp(VALUE ary1, VALUE ary2, int recur)
/*
* call-seq:
- * array <=> other_array -> -1, 0, +1, nil
+ * 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