diff options
author | Jake Worth <jakeworth82@gmail.com> | 2016-06-05 14:27:41 -0500 |
---|---|---|
committer | Jake Worth <jakeworth82@gmail.com> | 2016-06-05 14:27:41 -0500 |
commit | 29bfd950120ff8b709f8f1516e828ac15e431850 (patch) | |
tree | 62550214eddee391140bb2bcf4759dacf7771a18 /actionview/lib/action_view/helpers | |
parent | 8fc355e2341f943f8533fbafa64a787c1633f086 (diff) | |
download | rails-29bfd950120ff8b709f8f1516e828ac15e431850.tar.gz rails-29bfd950120ff8b709f8f1516e828ac15e431850.tar.bz2 rails-29bfd950120ff8b709f8f1516e828ac15e431850.zip |
Fix a typo in `time_field` [ci skip]
Diffstat (limited to 'actionview/lib/action_view/helpers')
-rw-r--r-- | actionview/lib/action_view/helpers/form_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/lib/action_view/helpers/form_helper.rb b/actionview/lib/action_view/helpers/form_helper.rb index 7ced37572e..be5010cd9c 100644 --- a/actionview/lib/action_view/helpers/form_helper.rb +++ b/actionview/lib/action_view/helpers/form_helper.rb @@ -1066,7 +1066,7 @@ module ActionView # Returns a text_field of type "time". # # The default value is generated by trying to call +strftime+ with "%T.%L" - # on the objects's value. It is still possible to override that + # on the object's value. It is still possible to override that # by passing the "value" option. # # === Options |