Skip to content

Commit

Permalink
Fixed some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rwz committed Apr 14, 2013
1 parent 2439a5d commit 9fe7be4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/helpers/nestive/layout_helper.rb
Expand Up @@ -182,10 +182,10 @@ def prepend(name, content=nil, &block)
# Replaces the content of an area previously declared or modified in parent layout(s). You can
# provide the content using either a String, or a block.
#
# @example Prepending content with a String
# @example Replacing content with a String
# <% replace :sidebar, "New content." %>
#
# @example Prepending content with a block:
# @example Replacing content with a block:
# <% replace :sidebar do %>
# New content.
# <% end %>
Expand Down

0 comments on commit 9fe7be4

Please sign in to comment.