summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-10-26 12:26:51 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-10-26 12:26:51 +0000
commit54354c0613c3b7fed08538d792caddf5662a098c (patch)
tree1330270f7f0c1c2faddcf2742fa82aa5b3756748 /NEWS
parentde2773a3cec37c3b170fe1022f5655035aedb52f (diff)
fix a typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56494 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 52101ecb66..2ec184091d 100644
--- a/NEWS
+++ b/NEWS
@@ -22,7 +22,7 @@ with all sufficient information, see the ChangeLog file or Redmine
* Refinements is enabled with Kernel#send and BasicObject#__send__.
[Feature #11476]
-* Resque modifier now applicable to method arguments.
+* Rescue modifier now applicable to method arguments.
[Feature #12686]
=== Core classes updates (outstanding ones only)