mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
[skip ci] Fix minor typo
This commit is contained in:
parent
9356d9674f
commit
51b237c955
1 changed files with 1 additions and 1 deletions
|
@ -461,7 +461,7 @@ module ActionController
|
|||
end
|
||||
end
|
||||
|
||||
# Performs keys transfomration and returns the altered
|
||||
# Performs keys transformation and returns the altered
|
||||
# <tt>ActionController::Parameters</tt> instance.
|
||||
def transform_keys!(&block)
|
||||
@parameters.transform_keys!(&block)
|
||||
|
|
Loading…
Reference in a new issue