Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix Mojo::Home example
  • Loading branch information
kraih committed Jan 8, 2017
1 parent ddf4e7f commit 674526e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojo/Home.pm
Expand Up @@ -86,7 +86,7 @@ L<Mojo::Home> implements the following attributes.
=head2 parts
my $parts = $home->parts;
$home = $home->parts(['home', 'sri', 'myapp']);
$home = $home->parts(['', 'home', 'sri', 'myapp']);
Home directory parts.
Expand Down

0 comments on commit 674526e

Please sign in to comment.