aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/url_helper.rb
diff options
context:
space:
mode:
authorAkira Matsuda <ronnie@dio.jp>2010-09-01 16:00:55 +0900
committerAkira Matsuda <ronnie@dio.jp>2010-09-01 16:00:55 +0900
commit37e0c153deea3822ff8ac03675768b966e23efb0 (patch)
tree6c202f424df47ebcaa91beaa3671560f401eca9f /actionpack/lib/action_view/helpers/url_helper.rb
parent8b2e4fddbf7e9d204579cd87ac72f14bc592d5a5 (diff)
downloadrails-37e0c153deea3822ff8ac03675768b966e23efb0.tar.gz
rails-37e0c153deea3822ff8ac03675768b966e23efb0.tar.bz2
rails-37e0c153deea3822ff8ac03675768b966e23efb0.zip
fix typo(?)
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 56b38b57f4..4f14bfe221 100644
--- a/actionpack/lib/action_view/helpers/url_helper.rb
+++ b/actionpack/lib/action_view/helpers/url_helper.rb
@@ -13,7 +13,7 @@ module ActionView
module UrlHelper
# This helper may be included in any class that includes the
# URL helpers of a routes (routes.url_helpers). Some methods
- # provided here will only work in the4 context of a request
+ # provided here will only work in the context of a request
# (link_to_unless_current, for instance), which must be provided
# as a method called #request on the context.