summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-09-21 02:14:33 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-09-21 02:14:33 +0000
commite5a3bfb3da7ec611c3d4198af03031250256942e (patch)
tree242977f3449e047edf9755d99a869d6bf2f6f14f /NEWS
parent9b2cf4fb289af3288643f2ed6222c9611a34f3c7 (diff)
Fix a typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64798 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 cfdd975dae..a6ecd8f7f5 100644
--- a/NEWS
+++ b/NEWS
@@ -229,7 +229,7 @@ sufficient information, see the ChangeLog file or Redmine
* Modified methods:
- * `Hash#to_h` now maps keys and values to new keys and values
+ * `Struct#to_h` now maps keys and values to new keys and values
by the block if given. [Feature #15143]
* Aliased method: