aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--actionpack/lib/action_view/helpers/url_helper.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/actionpack/lib/action_view/helpers/url_helper.rb b/actionpack/lib/action_view/helpers/url_helper.rb
index 253ab45420..680e078404 100644
--- a/actionpack/lib/action_view/helpers/url_helper.rb
+++ b/actionpack/lib/action_view/helpers/url_helper.rb
@@ -251,10 +251,10 @@ module ActionView
# <li>About Us</li>
# </ul>
#
- # ...but if in the "home" action, it will render:
+ # ...but if in the "index" action, it will render:
#
# <ul id="navbar">
- # <li><a href="/controller/index">Home</a></li>
+ # <li>Home</li>
# <li><a href="/controller/about">About Us</a></li>
# </ul>
#