* 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
Родитель 8155680333
Коммит 87748529cb
1 изменённых файлов: 2 добавлений и 2 удалений

4
NEWS
Просмотреть файл

@ -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)