From 29bfd950120ff8b709f8f1516e828ac15e431850 Mon Sep 17 00:00:00 2001 From: Jake Worth Date: Sun, 5 Jun 2016 14:27:41 -0500 Subject: [PATCH] Fix a typo in `time_field` [ci skip] --- actionview/lib/action_view/helpers/form_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ def date_field(object_name, method, options = {}) # 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 -- GitLab