aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorshes50103 <shes50103@gmail.com>2019-07-28 11:17:19 +0800
committershes50103 <shes50103@gmail.com>2019-07-28 11:17:19 +0800
commitc3d5c9447a49fae7a4507b3512d65cd52f789d99 (patch)
tree72d1eeaab704f70e84da87e77edafa9cfef670c6 /actionpack
parent5b0ea95a1a8acc5054f9a58d324070303cbd19b9 (diff)
downloadrails-c3d5c9447a49fae7a4507b3512d65cd52f789d99.tar.gz
rails-c3d5c9447a49fae7a4507b3512d65cd52f789d99.tar.bz2
rails-c3d5c9447a49fae7a4507b3512d65cd52f789d99.zip
fix typo in actionpack CHANGELOG.md
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index a502e85044..57339e141b 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -89,7 +89,7 @@
*Gustavo Gutierrez*
-* Calling `ActionController::Parameters#transform_keys/!` without a block now returns
+* Calling `ActionController::Parameters#transform_keys!` without a block now returns
an enumerator for the parameters instead of the underlying hash.
*Eugene Kenny*