Skip to content

Commit

Permalink
fixed a few typos
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed May 15, 2013
1 parent b94dd50 commit c7f3e91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Mojo/Home.pm
Expand Up @@ -137,7 +137,7 @@ Path to C<lib> directory of application.
Portably list all files recursively in directory relative to the home
directory.
$home->rel_file($home->list_files('templates/layouts')->[1]);
say $home->rel_file($home->list_files('templates/layouts')->[1]);
=head2 mojo_lib_dir
Expand Down
2 changes: 1 addition & 1 deletion t/mojo/template.t
Expand Up @@ -753,7 +753,7 @@ foo
EOF
is $output, "foo\nbar\n", 'control structure';

# All tags
# Mixed tags
$mt = Mojo::Template->new;
$mt->parse(<<'EOF');
<html foo="bar">
Expand Down

0 comments on commit c7f3e91

Please sign in to comment.