diff options
author | Ray Baxter <ray.baxter@gmail.com> | 2011-07-17 00:24:31 -0700 |
---|---|---|
committer | Ray Baxter <ray.baxter@gmail.com> | 2011-07-17 00:24:31 -0700 |
commit | f0a58dbd9baa1e9eb539d8ea99ddc1dca5e4f9fa (patch) | |
tree | 33ce00f5a7048c64a189cbe438da478d8109e185 | |
parent | 2e6475ec06485f4f7e330638dfc86cff4dfe2b31 (diff) | |
download | rails-f0a58dbd9baa1e9eb539d8ea99ddc1dca5e4f9fa.tar.gz rails-f0a58dbd9baa1e9eb539d8ea99ddc1dca5e4f9fa.tar.bz2 rails-f0a58dbd9baa1e9eb539d8ea99ddc1dca5e4f9fa.zip |
fix typo
-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 662c32760c..bc173f17d4 100644 --- a/actionpack/lib/action_view/helpers/date_helper.rb +++ b/actionpack/lib/action_view/helpers/date_helper.rb @@ -454,7 +454,7 @@ module ActionView # ==== 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. |