summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
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.