Skip to content

Commit

Permalink
Improve readability of sentence in partial-renderer docs [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
macmartine committed Nov 19, 2013
1 parent a7afcee commit 6251eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionview/lib/action_view/renderer/partial_renderer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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 %>
Expand Down

0 comments on commit 6251eb9

Please sign in to comment.