1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Documentation typo fix. Closes #2367.

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3407 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
Marcel Molina 2006-01-13 04:43:33 +00:00
parent 489ace60fb
commit 0a7af125ca
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
*SVN*
* Documentation typo fix. #2367 [Blair Zajac]
* Remove Upload Progress. #2871 [Sean Treadway]
* Fix typo in function name mapping in auto_complete_field. #2929 #3446 [doppler@gmail.com phil.ross@gmail.com]

View file

@ -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:
#