From 8a8b1f2a552329cbc4e86e203c4ab807584018cc Mon Sep 17 00:00:00 2001 From: shyouhei Date: Tue, 9 Aug 2011 01:51:07 +0000 Subject: * array.c: Fix typo. https://github.com/ruby/ruby/pull/36 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@32890 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 7360a68e68..64b1890ae1 100644 --- a/array.c +++ b/array.c @@ -3591,7 +3591,7 @@ rb_ary_uniq(VALUE ary) * * Removes +nil+ elements from the array. * Returns +nil+ if no changes were made, otherwise returns - * ary. + * ary. * * [ "a", nil, "b", nil, "c" ].compact! #=> [ "a", "b", "c" ] * [ "a", "b", "c" ].compact! #=> nil -- cgit v1.2.3