Skip to content

Commit

Permalink
more consistent descriptions of proxy objects
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Aug 15, 2014
1 parent f3efbaa commit 4e2233f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Mojolicious/Controller.pm
Expand Up @@ -560,7 +560,7 @@ L</"session">.
my $helpers = $c->helpers;
Return proxy object that contains the current controller object and on which
Return a proxy object containing the current controller object and on which
helpers provided by L</"app"> can be called. This includes all helpers from
L<Mojolicious::Plugin::DefaultHelpers> and L<Mojolicious::Plugin::TagHelpers>.
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/Renderer.pm
Expand Up @@ -399,7 +399,7 @@ Get a C<DATA> section template by name, usually used by handlers.
Get a helper by full name, generate a helper dynamically for a prefix or
return C<undef> if no helper or prefix could be found. Generated helpers
return a proxy object that contains the current controller object and on which
return a proxy object containing the current controller object and on which
nested helpers can be called.
=head2 render
Expand Down

0 comments on commit 4e2233f

Please sign in to comment.