1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fix grammar

This commit is contained in:
Marcus Stollsteimer 2019-05-04 15:02:20 +02:00
parent b9e52db283
commit 8bf3040e30

4
NEWS
View file

@ -24,8 +24,8 @@ sufficient information, see the ChangeLog file or Redmine
* lambda with no block in a method called with a block errs.
* Non-Symbol keys in a keyword arguments hash was prohibited at 2.6.0, but
now allowed again. [Bug #15658]
* Non-Symbol keys in a keyword arguments hash were prohibited in 2.6.0,
but are now allowed again. [Bug #15658]
* Numbered parameter as the default block parameter is introduced as an
experimental feature. [Feature #4475]