Fix a typo in `time_field` [ci skip]

This commit is contained in:
Jake Worth 2016-06-05 14:27:41 -05:00
parent 8fc355e234
commit 29bfd95012
1 changed files with 1 additions and 1 deletions

View File

@ -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