From 376b163a50279787b9d4d79a82322ae7ab2736cf Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 2 Feb 2009 10:19:26 +0000 Subject: * doc/NEWS-1.9.1: typo fixed: collect_all -> collect. [ruby-core:21706] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21966 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ doc/NEWS-1.9.1 | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2a595394d..b023bb8b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Feb 2 19:17:16 2009 Yukihiro Matsumoto + + * doc/NEWS-1.9.1: typo fixed: collect_all -> collect. + [ruby-core:21706] + Mon Feb 2 17:23:14 2009 Nobuyoshi Nakada * cygwin/GNUmakefile.in (dir.o, win32.o): depend on win32/dir.h. diff --git a/doc/NEWS-1.9.1 b/doc/NEWS-1.9.1 index b8b699572..bfc9ed181 100644 --- a/doc/NEWS-1.9.1 +++ b/doc/NEWS-1.9.1 @@ -41,7 +41,7 @@ with all sufficient information, see the ChangeLog file. o Array#choice was removed (use sample) o Array#[m,n] = nil places nil in the array. * Enumerable and Enumerator - o Enumerable#map,collect_all called without a block returns + o Enumerable#map,collect called without a block returns an enumerator. * File and Dir operations o #to_path in File.path, File.chmod, File.lchmod, File.chown, File.lchown, File.utime, File.unlink... [Ruby2] -- cgit