summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-02 10:19:26 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-02 10:19:26 +0000
commit1d07fd73d84e6e926b437aec9d7f7032c8af7780 (patch)
treedda3b56bba6038c4fe7bd924c7b1d02cd48b1a85 /doc
parent678b9240ca617f5db4d31316344a943bc797bcc8 (diff)
* doc/NEWS-1.9.1: typo fixed: collect_all -> collect.
[ruby-core:21706] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21966 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc')
-rw-r--r--doc/NEWS-1.9.12
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/NEWS-1.9.1 b/doc/NEWS-1.9.1
index b8b6995727..bfc9ed1817 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]