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:
parent
9a2b18cfd3
commit
343a05a64f
1 changed files with 1 additions and 1 deletions
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue