From 0a7af125caa86aeb6608afc503997938554ce5dc Mon Sep 17 00:00:00 2001 From: Marcel Molina Date: Fri, 13 Jan 2006 04:43:33 +0000 Subject: Documentation typo fix. Closes #2367. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3407 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/lib/action_view/helpers/form_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/lib') diff --git a/actionpack/lib/action_view/helpers/form_helper.rb b/actionpack/lib/action_view/helpers/form_helper.rb index ce93e1ced3..c896ace862 100644 --- a/actionpack/lib/action_view/helpers/form_helper.rb +++ b/actionpack/lib/action_view/helpers/form_helper.rb @@ -47,7 +47,7 @@ module ActionView # # If the object name contains square brackets the id for the object will be inserted. Example: # - # <%= textfield "person[]", "name" %> + # <%= text_field "person[]", "name" %> # # ...becomes: # -- cgit v1.2.3