1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

fix typo in actionpack CHANGELOG.md

This commit is contained in:
shes50103 2019-07-28 11:17:19 +08:00
parent 5b0ea95a1a
commit c3d5c9447a

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*