fixed typo

This commit is contained in:
Andreas Maierhofer 2012-04-29 17:57:01 +03:00
parent 9fbac6cfcb
commit afd90bf34e
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