Revert "Merge pull request #36785 from shes50103/fix_typo_actionpack_changelog"

This reverts commit ac6f3c9299, reversing
changes made to 5b0ea95a1a.
This commit is contained in:
Ryuta Kamizono 2019-07-28 15:53:51 +09:00
parent 49238eaf8c
commit 36b32bb32e
1 changed files with 1 additions and 1 deletions

View File

@ -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*