aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/url_helper.rb
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-11-07 09:36:43 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-11-07 09:36:43 +0000
commit01cfd2b00afc25fa4ca8e538f59a405e7eec7bb5 (patch)
treed424a25811351d3f0a659cbf05cf7e4facf38007 /actionpack/lib/action_view/helpers/url_helper.rb
parent8dda7c5449f0c8f8f8569d6ca6c1aa3d906518a1 (diff)
downloadrails-01cfd2b00afc25fa4ca8e538f59a405e7eec7bb5.tar.gz
rails-01cfd2b00afc25fa4ca8e538f59a405e7eec7bb5.tar.bz2
rails-01cfd2b00afc25fa4ca8e538f59a405e7eec7bb5.zip
Fix docs (closes #2725)
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2906 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/lib/action_view/helpers/url_helper.rb')
-rw-r--r--actionpack/lib/action_view/helpers/url_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/helpers/url_helper.rb b/actionpack/lib/action_view/helpers/url_helper.rb
index 118b5b158b..3ec0a65971 100644
--- a/actionpack/lib/action_view/helpers/url_helper.rb
+++ b/actionpack/lib/action_view/helpers/url_helper.rb
@@ -282,7 +282,7 @@ module ActionView
#
# "attr" => bool_value
#
- # if the the associated _bool_value_ evaluates to true, it is
+ # if the associated _bool_value_ evaluates to true, it is
# replaced with the attribute's name; otherwise the attribute is
# removed from the _html_options_ hash. (See the XHTML 1.0 spec,
# section 4.5 "Attribute Minimization" for more: