From 4179470f0116a08a1838c474ba5541bb33658c9d Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Thu, 3 Jan 2013 05:22:15 -0800 Subject: Merge pull request #8719 from pcasaretto/fix-actionview-doc-typo Fix typo on form_tag_helper.rb [ci skip] --- actionpack/lib/action_view/helpers/form_tag_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack') diff --git a/actionpack/lib/action_view/helpers/form_tag_helper.rb b/actionpack/lib/action_view/helpers/form_tag_helper.rb index f0573437ca..7268a9ff9a 100644 --- a/actionpack/lib/action_view/helpers/form_tag_helper.rb +++ b/actionpack/lib/action_view/helpers/form_tag_helper.rb @@ -181,7 +181,7 @@ module ActionView # # => # # label_tag 'name', 'Your name' - # # => + # # => # # label_tag 'name', nil, :class => 'small_label' # # => -- cgit v1.2.3