aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstomar <stomar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-13 20:53:56 +0000
committerstomar <stomar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-13 20:53:56 +0000
commit76a68e0120e00e0b62f000fbb3ea6ff1f0b1a749 (patch)
treeca068795cb38b1eeb6f48684540f314577021f4c
parent31f884c2917e6c73cfde9aeadb9d95e966fe7106 (diff)
downloadruby-76a68e0120e00e0b62f000fbb3ea6ff1f0b1a749.tar.gz
NEWS: Hash#update! does not exist
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65070 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a10ecadc5d..896facad50 100644
--- a/NEWS
+++ b/NEWS
@@ -121,7 +121,7 @@ sufficient information, see the ChangeLog file or Redmine
* Modified methods:
- * `Hash#merge`, `update`, `merge!` and `update!` now accept multiple
+ * `Hash#merge`, `merge!`, and `update` now accept multiple
arguments. [Feature #15111]
* `Hash#to_h` now maps keys and values to new keys and values