From aa4fe9fb33d144cde2c79415367624ad0676d038 Mon Sep 17 00:00:00 2001 From: Marius Nuennerich Date: Tue, 18 May 2010 14:35:52 +0200 Subject: fix documentation typo Signed-off-by: Santiago Pastorino --- actionpack/lib/action_view/helpers/asset_tag_helper.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'actionpack') diff --git a/actionpack/lib/action_view/helpers/asset_tag_helper.rb b/actionpack/lib/action_view/helpers/asset_tag_helper.rb index e1fbc118d5..626cc7d3b0 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 -- cgit v1.2.3