diff options
author | Ray Baxter <ray.baxter@gmail.com> | 2011-07-16 23:44:01 -0700 |
---|---|---|
committer | Ray Baxter <ray.baxter@gmail.com> | 2011-07-16 23:44:01 -0700 |
commit | 343a05a64f96195185563abbbc885471b8c42db7 (patch) | |
tree | b3231e270aa9d344560bcc2729a5a5dcfa6b7e5b /actionpack/lib/action_view/helpers | |
parent | 9a2b18cfd34dedcd73d3f03e681272366708740b (diff) | |
download | rails-343a05a64f96195185563abbbc885471b8c42db7.tar.gz rails-343a05a64f96195185563abbbc885471b8c42db7.tar.bz2 rails-343a05a64f96195185563abbbc885471b8c42db7.zip |
remove stray character
Diffstat (limited to 'actionpack/lib/action_view/helpers')
-rw-r--r-- | actionpack/lib/action_view/helpers/date_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/helpers/date_helper.rb b/actionpack/lib/action_view/helpers/date_helper.rb index e17c068983..89b49cb660 100644 --- a/actionpack/lib/action_view/helpers/date_helper.rb +++ b/actionpack/lib/action_view/helpers/date_helper.rb @@ -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). |