Skip to content
This repository has been archived by the owner on Aug 17, 2017. It is now read-only.

Commit

Permalink
typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fxn committed Jan 19, 2013
1 parent 66a2019 commit 305337b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/action_controller/parameters.rb
Expand Up @@ -48,7 +48,7 @@ def hash_filter(params, filter)
return unless value

if filter[key] == []
# Declaration {:coment_ids => []}.
# Declaration {:comment_ids => []}.
array_of_atomics_filter(params, key)
else
# Declaration {:user => :name} or {:user => [:name, :age, {:adress => ...}]}.
Expand Down

0 comments on commit 305337b

Please sign in to comment.