aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVipul A M <vipulnsward@gmail.com>2016-06-05 12:49:04 -0700
committerVipul A M <vipulnsward@gmail.com>2016-06-05 12:49:04 -0700
commit27cc32f43e62ee98a8bbcba9ac1b97233293dc26 (patch)
treea784eecdfcb239555a7033e06802399cd7dfef4f
parent95ef0be951a24d50e16b5f5ceeeba584f9d4f18e (diff)
parent29bfd950120ff8b709f8f1516e828ac15e431850 (diff)
downloadrails-27cc32f43e62ee98a8bbcba9ac1b97233293dc26.tar.gz
rails-27cc32f43e62ee98a8bbcba9ac1b97233293dc26.tar.bz2
rails-27cc32f43e62ee98a8bbcba9ac1b97233293dc26.zip
Merge pull request #25292 from jwworth/fix_time_field_typo_1465154852
Fix a typo in `time_field` [ci skip]
-rw-r--r--actionview/lib/action_view/helpers/form_helper.rb2
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