aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/form_options_helper.rb
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2005-11-16 21:57:30 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2005-11-16 21:57:30 +0000
commit98898ed7982928aa0a6290f48305ed6c83d376e7 (patch)
tree692610b6de52140715ca5d04ed5e09a0cda0483a /actionpack/lib/action_view/helpers/form_options_helper.rb
parent9de738aadc3422b48e41f2b54e8fff3da0607a26 (diff)
downloadrails-98898ed7982928aa0a6290f48305ed6c83d376e7.tar.gz
rails-98898ed7982928aa0a6290f48305ed6c83d376e7.tar.bz2
rails-98898ed7982928aa0a6290f48305ed6c83d376e7.zip
Correct time_zone_options_for_select docs. Closes #2892.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3062 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/lib/action_view/helpers/form_options_helper.rb')
-rw-r--r--actionpack/lib/action_view/helpers/form_options_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/helpers/form_options_helper.rb b/actionpack/lib/action_view/helpers/form_options_helper.rb
index 100d3ac8d3..e40249432a 100644
--- a/actionpack/lib/action_view/helpers/form_options_helper.rb
+++ b/actionpack/lib/action_view/helpers/form_options_helper.rb
@@ -209,7 +209,7 @@ module ActionView
end
# Returns a string of option tags for pretty much any time zone in the
- # world. Supply a TimeZone object as +selected+ to have it marked as the
+ # world. Supply a TimeZone name as +selected+ to have it marked as the
# selected option tag. You can also supply an array of TimeZone objects
# as +priority_zones+, so that they will be listed above the rest of the
# (long) list. (You can use TimeZone.us_zones as a convenience for