summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-12 15:03:29 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-12 15:03:29 +0000
commit8d6e1edb90f9b4d11981263327b3623593fc9838 (patch)
tree7aa52935ad2bce298f2ff046e7d0bd4ab839c4e9 /NEWS
parent692b8283b70ac5dcca724e3da859bf63abf21aac (diff)
typo fixed: collect_all -> collect. [ruby-core:21706]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@22265 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b3896df010..05752330eb 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.