From 62b74d2b602b77989d5b6a9283877817bd82b44a Mon Sep 17 00:00:00 2001 From: Prakash Laxkar Date: Tue, 29 Sep 2015 14:42:05 +0530 Subject: Improve readability of docs by using code tag [ci skip] --- actionview/lib/action_view/layouts.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionview/lib') diff --git a/actionview/lib/action_view/layouts.rb b/actionview/lib/action_view/layouts.rb index cabba967c9..a74a5e05f3 100644 --- a/actionview/lib/action_view/layouts.rb +++ b/actionview/lib/action_view/layouts.rb @@ -401,7 +401,7 @@ module ActionView # ==== Parameters # * formats - The formats accepted to this layout # * require_layout - If set to true and layout is not found, - # an ArgumentError exception is raised (defaults to false) + # an +ArgumentError+ exception is raised (defaults to false) # # ==== Returns # * template - The template object for the default layout (or nil) -- cgit v1.2.3