From eab2b999edb167a0e4a373671009ffbbc5707295 Mon Sep 17 00:00:00 2001 From: Paulo Luis Franchini Casaretto Date: Thu, 3 Jan 2013 11:07:20 -0200 Subject: Fix typo on form_tag_helper.rb The inline documentantion had a typo that was somewhat confusing. --- actionpack/lib/action_view/helpers/form_tag_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actionpack/lib/action_view/helpers/form_tag_helper.rb b/actionpack/lib/action_view/helpers/form_tag_helper.rb index ff83ef3ca1..479739bebd 100644 --- a/actionpack/lib/action_view/helpers/form_tag_helper.rb +++ b/actionpack/lib/action_view/helpers/form_tag_helper.rb @@ -184,7 +184,7 @@ module ActionView # # => # # label_tag 'name', 'Your name' - # # => + # # => # # label_tag 'name', nil, class: 'small_label' # # => -- cgit v1.2.3