Skip to content

Commit

Permalink
documentation tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Aug 10, 2014
1 parent 9ed50ab commit 8fd68ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/Mojolicious/Guides/Rendering.pod
Expand Up @@ -894,10 +894,10 @@ escaping.
More text.
% end

Similar to stash values you can use a prefix like C<myapp.*> to hide helpers
from templates and organize them into namespaces when your application grows.
Every prefix automatically becomes a helper that returns a proxy object on
which you can call the nested helpers.
Similar to stash values you can use a prefix like C<myapp.*> to keep helpers
from getting exposed to templates and organize them into namespaces when your
application grows. Every prefix automatically becomes a helper that returns a
proxy object on which you can call the nested helpers.

use Mojolicious::Lite;

Expand Down

0 comments on commit 8fd68ed

Please sign in to comment.