aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authornagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-19 14:56:03 +0000
committernagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-19 14:56:03 +0000
commit6fe162b0daa379bc4a85ad397a9822686f3e8a0a (patch)
tree1f81a7923a04d86e49f12dfe87ca7b29c1c2d46a /NEWS
parent1b34da0d79ff2e55d7e119657b0f913bb762533b (diff)
downloadruby-6fe162b0daa379bc4a85ad397a9822686f3e8a0a.tar.gz
fix a typo in NEWS at r59966.
* NEWS: fix a typo. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59967 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 940491ae39..70af226b7d 100644
--- a/NEWS
+++ b/NEWS
@@ -149,7 +149,7 @@ with all sufficient information, see the ChangeLog file or Redmine
* Set
* Add Set#to_s as alias to #inspect [Feature #13676]
- * Add Set#=== as alias to #inspect [Feature #13801]
+ * Add Set#=== as alias to #include? [Feature #13801]
* WEBrick