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:
parent
5b0ea95a1a
commit
c3d5c9447a
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@
|
||||||
|
|
||||||
*Gustavo Gutierrez*
|
*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.
|
an enumerator for the parameters instead of the underlying hash.
|
||||||
|
|
||||||
*Eugene Kenny*
|
*Eugene Kenny*
|
||||||
|
|
Loading…
Reference in a new issue