Skip to content

Commit

Permalink
Merge pull request heartcombo#551 from amaierhofer/patch-1
Browse files Browse the repository at this point in the history
fixed typo [ci skip]
  • Loading branch information
carlosantoniodasilva committed Apr 29, 2012
2 parents 9fbac6c + afd90bf commit d43bbe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/simple_form/form_builder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def initialize(*) #:nodoc:
# == 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
Expand Down

0 comments on commit d43bbe9

Please sign in to comment.