Improve readability of sentence in partial-renderer docs [ci skip]

This commit is contained in:
Mac Martine 2013-11-19 15:43:20 -08:00
parent a7afceec3e
commit 6251eb992f
1 changed files with 1 additions and 1 deletions

View File

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