Merge pull request #12959 from macmartine/partial_renderer_doc_improvement

Improve readability of sentence in partial-renderer docs [ci skip]
This commit is contained in:
Rafael Mendonça França 2013-11-19 15:59:32 -08:00
commit 1f88fedd6f

@ -159,7 +159,7 @@ module ActionView
# </div>
#
# If a collection is given, the layout will be rendered once for each item in
# the collection. Just think these two snippets have the same output:
# the collection. For example, these two snippets have the same output:
#
# <%# app/views/users/_user.html.erb %>
# Name: <%= user.name %>