summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-23 23:30:09 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-23 23:30:09 +0000
commitabd52f7d69e4fd3adab33bdc5802d082e6988115 (patch)
tree50fdfe5f2997fc3962c6f80e56ad65644050ed9f /NEWS
parentd51743afc80c377d89260a57121c6911564df1b0 (diff)
Fix Struct#dig issue number [ci skip]
* NEWS: Fix the issue number of `Struct#dig`, which should be [Feature #11688]. [Fix GH-1110] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52728 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 b2f6c44d2a..db7f967514 100644
--- a/NEWS
+++ b/NEWS
@@ -102,7 +102,7 @@ with all sufficient information, see the ChangeLog file.
* Regexp/String: Updated Unicode version from 7.0.0 to 8.0.0
* Struct
- * Struct#dig [Feature #11686]
+ * Struct#dig [Feature #11688]
* Thread
* Thread#name, Thread#name= are added to handle thread names [Feature #11251]