aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-10-19 22:44:49 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-10-19 22:44:49 +0000
commit926480510662fe567d0e4e1d26297f6a26c1ae08 (patch)
tree3628b6bd8ca2d9df4198e1f59e7a2854c71a495f /NEWS
parent6f67068caaf6b35e42ca539c8d8bd1d247da76b0 (diff)
downloadruby-926480510662fe567d0e4e1d26297f6a26c1ae08.tar.gz
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
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 1d9997afd1..90761c4eca 100644
--- a/NEWS
+++ b/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)