Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Yehuda Katz + Carl Lerche committed Jun 18, 2009
1 parent 5267add commit 497554f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/lib/action_view/render/rendering.rb
Expand Up @@ -84,7 +84,7 @@ def _render_content_with_layout(content, layout, locals)
# ==== Example
#
# # The template
# <% render :layout => "my_layout" do |name| %>Hello <%= customer.name %><% end %>
# <% render :layout => "my_layout" do |customer| %>Hello <%= customer.name %><% end %>
#
# # The layout
# <html><% yield Struct.new(:name).new("David") %></html>
Expand Down

0 comments on commit 497554f

Please sign in to comment.