aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/form_helper.rb
diff options
context:
space:
mode:
authorRay Baxter <ray.baxter@gmail.com>2011-07-17 09:07:18 -0700
committerRay Baxter <ray.baxter@gmail.com>2011-07-17 09:07:18 -0700
commita92780e72a45bbafc9e24c429d83bfc13c7afaaf (patch)
treefd61f90d5f0d88f5fc9cdfa166f21cfaf6b8bf60 /actionpack/lib/action_view/helpers/form_helper.rb
parent10c2132cbd17eab8126d736958fecf8668ca3e95 (diff)
downloadrails-a92780e72a45bbafc9e24c429d83bfc13c7afaaf.tar.gz
rails-a92780e72a45bbafc9e24c429d83bfc13c7afaaf.tar.bz2
rails-a92780e72a45bbafc9e24c429d83bfc13c7afaaf.zip
use correct in description
Diffstat (limited to 'actionpack/lib/action_view/helpers/form_helper.rb')
-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 3a30263b49..3a430abcdf 100644
--- a/actionpack/lib/action_view/helpers/form_helper.rb
+++ b/actionpack/lib/action_view/helpers/form_helper.rb
@@ -233,7 +233,7 @@ module ActionView
# <% end %>
#
# If your resource has associations defined, for example, you want to add comments
- # to the post given that the routes are set correctly:
+ # to the document given that the routes are set correctly:
#
# <%= form_for([@document, @comment]) do |f| %>
# ...