mirror of
https://github.com/ruby/ruby.git
synced 2025-09-18 10:03:59 +02:00
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:
parent
e23558673d
commit
fe8538377f
1 changed files with 2 additions and 2 deletions
4
NEWS
4
NEWS
|
@ -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!
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue