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

Fix typos [ci skip]

* NEWS: fix typos "Refinments" as "Refinements".

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56452 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2016-10-19 22:44:49 +00:00
parent 8155680333
commit 87748529cb

4
NEWS
View file

@ -17,9 +17,9 @@ with all sufficient information, see the ChangeLog file or Redmine
* Multiple assignment in conditional expression is now allowed.
[Feature #10617]
* Refinments is enabled at method by Symbol#to_proc. [Feature #9451]
* Refinements is enabled at method by Symbol#to_proc. [Feature #9451]
* Refinments is enabled with Kernel#send and BasicObject#__send__.
* Refinements is enabled with Kernel#send and BasicObject#__send__.
[Feature #11476]
=== Core classes updates (outstanding ones only)