diff options
author | Andrey Molchanov <neodelf@gmail.com> | 2016-09-17 22:36:13 +0300 |
---|---|---|
committer | Andrey Molchanov <neodelf@gmail.com> | 2016-09-17 22:36:13 +0300 |
commit | e1252e073a6be072d82f0984332e851190323ef6 (patch) | |
tree | 24673c0ec04a961f768839996140d6e521d6c9b5 /actionview/lib | |
parent | 2003381bbbea8e0436d54111d67e8e118601ae80 (diff) | |
download | rails-e1252e073a6be072d82f0984332e851190323ef6.tar.gz rails-e1252e073a6be072d82f0984332e851190323ef6.tar.bz2 rails-e1252e073a6be072d82f0984332e851190323ef6.zip |
[ci skip] Fixed commas according to Oxford comma in rdoc and guides
Diffstat (limited to 'actionview/lib')
-rw-r--r-- | actionview/lib/action_view/helpers/date_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/lib/action_view/helpers/date_helper.rb b/actionview/lib/action_view/helpers/date_helper.rb index 61ce1d36e0..04c5fd4218 100644 --- a/actionview/lib/action_view/helpers/date_helper.rb +++ b/actionview/lib/action_view/helpers/date_helper.rb @@ -303,7 +303,7 @@ module ActionView # # the sunrise attribute. # time_select("article", "start_time", include_seconds: true) # - # # You can set the <tt>:minute_step</tt> to 15 which will give you: 00, 15, 30 and 45. + # # You can set the <tt>:minute_step</tt> to 15 which will give you: 00, 15, 30, and 45. # time_select 'game', 'game_time', {minute_step: 15} # # # Creates a time select tag with a custom prompt. Use <tt>prompt: true</tt> for generic prompts. |