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
commit12a235cbcdf52d98d69648b844734038c6d16077 (patch)
tree8cb2801a544b23feb6755b84e6d52be2d024e53a
parent0dc3449f24f39ae30be0b66787948ac6cd55c366 (diff)
downloadruby-12a235cbcdf52d98d69648b844734038c6d16077.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)