From c5665ab06d3d9b838d8731e91c6aabbeba967b1b Mon Sep 17 00:00:00 2001 From: dave Date: Thu, 26 Feb 2004 13:50:40 +0000 Subject: Doug Kearns's doc. patch git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5837 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 4b9321cc0..b309ea044 100644 --- a/array.c +++ b/array.c @@ -1636,7 +1636,7 @@ rb_ary_sort(ary) * * Invokes block once for each element of self. Creates a * new array containing the values returned by the block. - * See also Enumerable#collect. + * See also Enumerable#collect. * * a = [ "a", "b", "c", "d" ] * a.collect {|x| x + "!" } #=> ["a!", "b!", "c!", "d!"] -- cgit