aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorRizwan Reza <rizwanreza@gmail.com>2010-06-21 00:50:26 +0430
committerRizwan Reza <rizwanreza@gmail.com>2010-06-21 00:50:26 +0430
commit96b927d9db6d5627d39a5e3c51736c10f833f88f (patch)
tree24416894ae822b6c75ccb0cf2d068877d40aa40e /actionpack
parent1a0dc267f122734b625b4092430c9fc9bd9e5ae0 (diff)
downloadrails-96b927d9db6d5627d39a5e3c51736c10f833f88f.tar.gz
rails-96b927d9db6d5627d39a5e3c51736c10f833f88f.tar.bz2
rails-96b927d9db6d5627d39a5e3c51736c10f833f88f.zip
Action View is now titled.
Diffstat (limited to 'actionpack')
-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 bcfa6a68d7..6af11e632f 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 router (router.url_helpers). Some methods
- # provided here will only work in the context of a request
+ # provided here will only work in the4 context of a request
# (link_to_unless_current, for instance), which must be provided
# as a method called #request on the context.