1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

remove stray character

This commit is contained in:
Ray Baxter 2011-07-16 23:44:01 -07:00
parent 9a2b18cfd3
commit 343a05a64f

View file

@ -351,7 +351,7 @@ module ActionView
# ==== Examples
# my_date = Time.today + 6.days
#
# # Generates a date select that defaults to the date in my_date (six days afteri today).
# # Generates a date select that defaults to the date in my_date (six days after today).
# select_date(my_date)
#
# # Generates a date select that defaults to today (no specified date).