Skip to content

Commit

Permalink
better descriptions for content and content_for helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Sep 17, 2012
1 parent 1a0d0f1 commit 6cbcefa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Mojolicious/Plugin/DefaultHelpers.pm
Expand Up @@ -187,7 +187,7 @@ Alias for L<Mojo/"config">.
%= content 'bar'
%= content
Store partial rendered content and retrieve it.
Store partial rendered content in named buffer and retrieve it.
=head2 C<content_for>
Expand All @@ -196,7 +196,7 @@ Store partial rendered content and retrieve it.
% end
%= content_for 'foo'
Append content to named buffer and retrieve it.
Append partial rendered content to named buffer and retrieve it.
% content_for message => begin
Hello
Expand Down

0 comments on commit 6cbcefa

Please sign in to comment.