Merge pull request #551 from amaierhofer/patch-1

fixed typo [ci skip]
This commit is contained in:
Carlos Antonio da Silva 2012-04-29 08:06:01 -07:00
commit d43bbe9be7
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ module SimpleForm
# == Priority
#
# Some inputs, as :time_zone and :country accepts a :priority option. If none is
# given SimpleForm.time_zone_priority and SimpleForm.country_priority are used respectivelly.
# given SimpleForm.time_zone_priority and SimpleForm.country_priority are used respectively.
#
def input(attribute_name, options={}, &block)
options = @defaults.deep_dup.deep_merge(options) if @defaults