From 9ffdf585753cf3d78ff9e6c3bb4a15cd0ccb8b95 Mon Sep 17 00:00:00 2001 From: Marius Nuennerich Date: Tue, 18 May 2010 14:35:52 +0200 Subject: [PATCH] fix documentation typo --- .../lib/action_view/helpers/asset_tag_helper.rb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/actionpack/lib/action_view/helpers/asset_tag_helper.rb b/actionpack/lib/action_view/helpers/asset_tag_helper.rb index e1fbc11..626cc7d 100644 --- a/actionpack/lib/action_view/helpers/asset_tag_helper.rb +++ b/actionpack/lib/action_view/helpers/asset_tag_helper.rb @@ -62,9 +62,9 @@ module ActionView # "http://assets#{source.hash % 2 + 1}.example.com" # } # image_tag("rails.png") - # # => Rails + # # => Rails # stylesheet_link_tag("application") - # # => + # # => # # The example above generates "http://assets1.example.com" and # "http://assets2.example.com". This option is useful for example if -- 1.5.6.3