This commit is contained in:
Ray Baxter 2011-07-17 00:24:31 -07:00
parent 2e6475ec06
commit f0a58dbd9b

@ -454,7 +454,7 @@ def select_second(datetime, options = {}, html_options = {})
# ==== Examples
# my_time = Time.now + 6.hours
#
# # Generates a select field for minutes that defaults to the minutes for the time in my_tiime.
# # Generates a select field for minutes that defaults to the minutes for the time in my_time.
# select_minute(my_time)
#
# # Generates a select field for minutes that defaults to the number given.