From fe8538377f2c1b55ea83c20c21f38574697365b1 Mon Sep 17 00:00:00 2001 From: knu Date: Fri, 27 Feb 2009 08:41:56 +0000 Subject: [PATCH] Rephrase a confusing entry and fix a minor nit. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@22657 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 15af1e016e..b006306031 100644 --- a/NEWS +++ b/NEWS @@ -209,7 +209,7 @@ with all sufficient information, see the ChangeLog file. * Array#flatten * Array#flatten! - Takes an optional argument that determines the level of recursion + Take an optional argument that determines the level of recursion to flatten. * Array#eql? @@ -222,7 +222,7 @@ with all sufficient information, see the ChangeLog file. * Array#index * Array#rindex - Take a block instead of an argument. + Use a given block if no argument is given. * Array#collect! * Array#map!