From 891a4f7620fb5331b9b4dfe162cf0d5477419125 Mon Sep 17 00:00:00 2001 From: knu Date: Thu, 12 Feb 2009 15:03:29 +0000 Subject: typo fixed: collect_all -> collect. [ruby-core:21706] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@22265 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index b3896df01..05752330e 100644 --- a/NEWS +++ b/NEWS @@ -52,7 +52,7 @@ See doc/NEWS-1.8.7 for changes between 1.8.6 and 1.8.7. * Enumerable and Enumerator o Enumerable::Enumerator, compatibility alias of Enumerator, is removed. - o Enumerable#map,collect_all called without a block returns + o Enumerable#{map,collect} called without a block returns an enumerator. o Even more builtin and bundled libraries have been made to return an enumerator when called without a block. -- cgit