Skip to content

Commit

Permalink
more consistent descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Mar 3, 2015
1 parent 60a4c33 commit ce7c8fc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/Mojolicious/Plugin/DefaultHelpers.pm
Expand Up @@ -251,8 +251,8 @@ the named buffer is already in use.
% end
%= content_for 'foo'
Same as the L</"content"> helper, but append content to named buffers if they
are already in use.
Same as L</"content">, but append content to named buffers if they are already
in use.
% content_for message => begin
Hello
Expand All @@ -269,8 +269,8 @@ are already in use.
% end
%= content_with 'foo'
Same as the L</"content"> helper, but replace content of named buffers if they
are already in use.
Same as L</"content">, but replace content of named buffers if they are already
in use.
% content message => begin
world!
Expand Down

0 comments on commit ce7c8fc

Please sign in to comment.