diff --git a/actionpack/lib/action_view/helpers/asset_tag_helpers/javascript_tag_helpers.rb b/actionpack/lib/action_view/helpers/asset_tag_helpers/javascript_tag_helpers.rb
index 09700bd0c5..d9f1f88ade 100644
--- a/actionpack/lib/action_view/helpers/asset_tag_helpers/javascript_tag_helpers.rb
+++ b/actionpack/lib/action_view/helpers/asset_tag_helpers/javascript_tag_helpers.rb
@@ -119,10 +119,10 @@ module ActionView
# #
#
# javascript_include_tag "http://www.example.com/xmlhr"
- # # =>
+ # # =>
#
# javascript_include_tag "http://www.example.com/xmlhr.js"
- # # =>
+ # # =>
#
# javascript_include_tag :defaults
# # =>