Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed typo in example (closes #630)
  • Loading branch information
kraih committed Jun 2, 2014
1 parent 8355762 commit fca0586
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Mojolicious/Routes/Match.pm
Expand Up @@ -123,8 +123,8 @@ Mojolicious::Routes::Match - Find routes
say $match->stack->[0]{action};
# Render
say $match->path_for;
say $match->path_for(action => 'baz');
say $match->path_for->{path};
say $match->path_for(action => 'baz')->{path};
=head1 DESCRIPTION
Expand Down

0 comments on commit fca0586

Please sign in to comment.