Skip to content

Commit

Permalink
remove stray character
Browse files Browse the repository at this point in the history
  • Loading branch information
raybaxter authored and fxn committed Jul 23, 2011
1 parent 36f0386 commit 8ff3ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/lib/action_view/helpers/date_helper.rb
Expand Up @@ -351,7 +351,7 @@ def select_datetime(datetime = Time.current, options = {}, html_options = {})
# ==== 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).
Expand Down

0 comments on commit 8ff3ebf

Please sign in to comment.