aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorNicholas Rowe <nixterrimus@gmail.com>2011-02-17 20:46:52 -0500
committerNicholas Rowe <nixterrimus@gmail.com>2011-02-17 20:46:52 -0500
commit9a9d895481ada301143c0554dabd4ec9914b8703 (patch)
treeeb4e839b09335d5a5e6fd23a108136b1f18f7b21 /railties
parenta906deabc6554f6271b3d9a84384c101edaad921 (diff)
downloadrails-9a9d895481ada301143c0554dabd4ec9914b8703.tar.gz
rails-9a9d895481ada301143c0554dabd4ec9914b8703.tar.bz2
rails-9a9d895481ada301143c0554dabd4ec9914b8703.zip
Fix Typos: remove several occurences of the the
Diffstat (limited to 'railties')
-rw-r--r--railties/guides/source/action_view_overview.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/action_view_overview.textile b/railties/guides/source/action_view_overview.textile
index e1fc0e7732..39f4c33397 100644
--- a/railties/guides/source/action_view_overview.textile
+++ b/railties/guides/source/action_view_overview.textile
@@ -888,7 +888,7 @@ Note: Only the +option+ tags are returned, you have to wrap this call in a regul
h5. options_from_collection_for_select
-Returns a string of option tags that have been compiled by iterating over the +collection+ and assigning the the result of a call to the +value_method+ as the option value and the +text_method+ as the option text.
+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.
<ruby>
# options_from_collection_for_select(collection, value_method, text_method, selected = nil)