aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsorah <sorah@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-05-19 17:21:29 +0000
committersorah <sorah@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-05-19 17:21:29 +0000
commite5460f10d21d3306ee9aeaf8fbd0c29030742b02 (patch)
tree8cb2801a544b23feb6755b84e6d52be2d024e53a
parenta1d62cd8ea3da1df33547e53b705c5154536272a (diff)
downloadruby-e5460f10d21d3306ee9aeaf8fbd0c29030742b02.tar.gz
fix a typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55076 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8915f96f58..5de93112aa 100644
--- a/NEWS
+++ b/NEWS
@@ -70,7 +70,7 @@ with all sufficient information, see the ChangeLog file or Redmine
* MatchData
* MatchData#named_captures [Feature #11999]
- * MatchData#values_at supports named captures[Feature #9179]
+ * MatchData#values_at supports named captures [Feature #9179]
=== Stdlib updates (outstanding ones only)