Skip to content

Commit

Permalink
a little more consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Nov 22, 2015
1 parent 81762ff commit e44893a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Mojolicious/Guides/Rendering.pod
Expand Up @@ -1410,8 +1410,8 @@ called.
1;

An C<inline> template, if provided by the user, will be passed along with the
options. To search the C<templates> directories of the application, you can use
L<Mojolicious::Renderer/"template_path">, and
options. You can use L<Mojolicious::Renderer/"template_path"> to search the
C<templates> directories of the application, and
L<Mojolicious::Renderer/"get_data_template"> to search the C<DATA> sections.

use Mojolicious::Lite;
Expand Down

0 comments on commit e44893a

Please sign in to comment.