From 63b4a0098be905d4a2a63c914277c48af5fe6b2e Mon Sep 17 00:00:00 2001 From: Alexey Vakhov Date: Sat, 21 Apr 2012 11:14:37 +0400 Subject: Comma missed --- actionpack/lib/action_view/helpers/asset_tag_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/lib/action_view/helpers') diff --git a/actionpack/lib/action_view/helpers/asset_tag_helper.rb b/actionpack/lib/action_view/helpers/asset_tag_helper.rb index d4d09e2ee9..7985683a72 100644 --- a/actionpack/lib/action_view/helpers/asset_tag_helper.rb +++ b/actionpack/lib/action_view/helpers/asset_tag_helper.rb @@ -442,7 +442,7 @@ module ActionView # # video_tag(["trailer.ogg", "trailer.flv"]) # => # - # video_tag(["trailer.ogg", "trailer.flv"] :size => "160x120") # => + # video_tag(["trailer.ogg", "trailer.flv"], :size => "160x120") # => # def video_tag(*sources) multiple_sources_tag('video', sources) do |options| -- cgit v1.2.3