ruby-changes:10419
From: matz <ko1@a...>
Date: Mon, 2 Feb 2009 19:19:36 +0900 (JST)
Subject: [ruby-changes:10419] Ruby:r21966 (trunk): * doc/NEWS-1.9.1: typo fixed: collect_all -> collect.
matz 2009-02-02 19:19:26 +0900 (Mon, 02 Feb 2009) New Revision: 21966 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=21966 Log: * doc/NEWS-1.9.1: typo fixed: collect_all -> collect. [ruby-core:21706] Modified files: trunk/ChangeLog trunk/doc/NEWS-1.9.1 Index: doc/NEWS-1.9.1 =================================================================== --- doc/NEWS-1.9.1 (revision 21965) +++ doc/NEWS-1.9.1 (revision 21966) @@ -41,7 +41,7 @@ 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] Index: ChangeLog =================================================================== --- ChangeLog (revision 21965) +++ ChangeLog (revision 21966) @@ -1,3 +1,8 @@ +Mon Feb 2 19:17:16 2009 Yukihiro Matsumoto <matz@r...> + + * doc/NEWS-1.9.1: typo fixed: collect_all -> collect. + [ruby-core:21706] + Mon Feb 2 17:23:14 2009 Nobuyoshi Nakada <nobu@r...> * cygwin/GNUmakefile.in (dir.o, win32.o): depend on win32/dir.h. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/