diff options
author | kazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-09-21 02:14:33 +0000 |
---|---|---|
committer | kazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-09-21 02:14:33 +0000 |
commit | e5a3bfb3da7ec611c3d4198af03031250256942e (patch) | |
tree | 242977f3449e047edf9755d99a869d6bf2f6f14f | |
parent | 9b2cf4fb289af3288643f2ed6222c9611a34f3c7 (diff) |
Fix a typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64798 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |