From 2b64e10feb46cf6fafc57a036e80ee497806213f Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 20 Sep 2012 07:06:06 +0000 Subject: remove garbages. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36996 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 0e4061931f..04e59a33c7 100644 --- a/array.c +++ b/array.c @@ -3528,7 +3528,7 @@ ary_recycle_hash(VALUE hash) * Returns a new array that is a copy of the original array, removing any * items that also appear in +other_ary+. * - * It compares elements using their hash (returned by the Object#hash method). + * It compares elements using their hash (returned by the Object#hash method). * * [ 1, 1, 2, 2, 3, 3, 4, 5 ] - [ 1, 2, 4 ] #=> [ 3, 3, 5 ] * -- cgit v1.2.3