aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorRohit Arondekar <rohit.arondekar@gmail.com>2012-01-25 10:35:51 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2012-01-26 00:01:43 +0530
commita267090946b126df5e0da484e5804f7a09e15f8f (patch)
tree770fa43c9c52fe36e4236072e2d4bb3725c1f1aa /actionpack
parentfd9d394cc3e97049423c0b3ee5d4cbcaae465259 (diff)
downloadrails-a267090946b126df5e0da484e5804f7a09e15f8f.tar.gz
rails-a267090946b126df5e0da484e5804f7a09e15f8f.tar.bz2
rails-a267090946b126df5e0da484e5804f7a09e15f8f.zip
remove extra 'the'
Diffstat (limited to 'actionpack')
-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 0dd4b19573..e00ac8f3f2 100644
--- a/actionpack/lib/action_view/helpers/form_options_helper.rb
+++ b/actionpack/lib/action_view/helpers/form_options_helper.rb
@@ -336,7 +336,7 @@ module ActionView
end
- # Returns a string of option tags that have been compiled by iterating over the +collection+ and assigning the
+ # Returns a string of option tags that have been compiled by iterating over the +collection+ and assigning
# the result of a call to the +value_method+ as the option value and the +text_method+ as the option text.
# Example:
# options_from_collection_for_select(@people, 'id', 'name')