use correct in description

This commit is contained in:
Ray Baxter
2011-07-17 09:07:18 -07:00
parent 10c2132cbd
commit a92780e72a

View File

@@ -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| %>
# ...