diff options
author | Prakash Laxkar <prakashlaxkar@gmail.com> | 2015-09-29 14:42:05 +0530 |
---|---|---|
committer | Prakash Laxkar <prakashlaxkar@gmail.com> | 2015-09-29 14:44:17 +0530 |
commit | 62b74d2b602b77989d5b6a9283877817bd82b44a (patch) | |
tree | f750064b3373094e4d20de958540760eb60b8feb /actionview/lib | |
parent | 97b980b4e61aea3cee429bdee4b2eae2329905cd (diff) | |
download | rails-62b74d2b602b77989d5b6a9283877817bd82b44a.tar.gz rails-62b74d2b602b77989d5b6a9283877817bd82b44a.tar.bz2 rails-62b74d2b602b77989d5b6a9283877817bd82b44a.zip |
Improve readability of docs by using code tag [ci skip]
Diffstat (limited to 'actionview/lib')
-rw-r--r-- | actionview/lib/action_view/layouts.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 # * <tt>formats</tt> - The formats accepted to this layout # * <tt>require_layout</tt> - 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 # * <tt>template</tt> - The template object for the default layout (or nil) |