Skip to content

Commit

Permalink
Fix typo in list_files() example
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Henning Thorsen committed Mar 15, 2016
1 parent 6cb1172 commit 2430734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojo/Home.pm
Expand Up @@ -115,7 +115,7 @@ Path to C<lib> directory of application.
Portably list all files recursively in directory relative to the home directory.
# List layouts
say for @{$home->rel_file($home->list_files('templates/layouts')};
say for @{$home->rel_file($home->list_files('templates/layouts'))};
=head2 mojo_lib_dir
Expand Down

0 comments on commit 2430734

Please sign in to comment.