Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
more consistent examples
  • Loading branch information
kraih committed Mar 7, 2016
1 parent 33f2cdb commit 8ca2611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojo/Template.pm
Expand Up @@ -631,7 +631,7 @@ Instead of a list of values, use a hash reference with named variables to pass
data to templates.
# "works!"
Mojo::Template->new(vars => 1)->render('<%= $test %>', {test => 'works!'});
Mojo::Template->new(vars => 1)->render('<%= $test %>!', {test => 'works'});
=head1 METHODS
Expand Down

0 comments on commit 8ca2611

Please sign in to comment.