mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix a typo in time_field
[ci skip]
This commit is contained in:
parent
8fc355e234
commit
29bfd95012
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue