aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
diff options
context:
space:
mode:
authorMarcel Molina <marcel@vernix.org>2006-01-13 04:43:33 +0000
committerMarcel Molina <marcel@vernix.org>2006-01-13 04:43:33 +0000
commit0a7af125caa86aeb6608afc503997938554ce5dc (patch)
treed5a60243a8c4096c2f82c21bfc59406d56998f5f /actionpack/lib
parent489ace60fbf156ddca953ca2baa7e77774ff8d6a (diff)
downloadrails-0a7af125caa86aeb6608afc503997938554ce5dc.tar.gz
rails-0a7af125caa86aeb6608afc503997938554ce5dc.tar.bz2
rails-0a7af125caa86aeb6608afc503997938554ce5dc.zip
Documentation typo fix. Closes #2367.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3407 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/lib')
-rw-r--r--actionpack/lib/action_view/helpers/form_helper.rb2
1 files changed, 1 insertions, 1 deletions
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:
#