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
This commit is contained in:
knu 2009-02-27 08:41:56 +00:00
parent e23558673d
commit fe8538377f

4
NEWS
View file

@ -209,7 +209,7 @@ with all sufficient information, see the ChangeLog file.
* Array#flatten * Array#flatten
* 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. to flatten.
* Array#eql? * Array#eql?
@ -222,7 +222,7 @@ with all sufficient information, see the ChangeLog file.
* Array#index * Array#index
* Array#rindex * Array#rindex
Take a block instead of an argument. Use a given block if no argument is given.
* Array#collect! * Array#collect!
* Array#map! * Array#map!