aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view
diff options
context:
space:
mode:
authorRay Baxter <ray.baxter@gmail.com>2011-07-17 00:24:31 -0700
committerRay Baxter <ray.baxter@gmail.com>2011-07-17 00:24:31 -0700
commitf0a58dbd9baa1e9eb539d8ea99ddc1dca5e4f9fa (patch)
tree33ce00f5a7048c64a189cbe438da478d8109e185 /actionpack/lib/action_view
parent2e6475ec06485f4f7e330638dfc86cff4dfe2b31 (diff)
downloadrails-f0a58dbd9baa1e9eb539d8ea99ddc1dca5e4f9fa.tar.gz
rails-f0a58dbd9baa1e9eb539d8ea99ddc1dca5e4f9fa.tar.bz2
rails-f0a58dbd9baa1e9eb539d8ea99ddc1dca5e4f9fa.zip
fix typo
Diffstat (limited to 'actionpack/lib/action_view')
-rw-r--r--actionpack/lib/action_view/helpers/date_helper.rb2
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.