Skip to content

Commit

Permalink
better descriptions for Mojolicious::Routes::Match
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed May 12, 2013
1 parent a8f7fa2 commit 4d0341a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/Mojolicious/Routes/Match.pm
Expand Up @@ -104,7 +104,7 @@ sub _values {

=head1 NAME
Mojolicious::Routes::Match - Routes visitor
Mojolicious::Routes::Match - Find routes
=head1 SYNOPSIS
Expand All @@ -130,7 +130,7 @@ Mojolicious::Routes::Match - Routes visitor
=head1 DESCRIPTION
L<Mojolicious::Routes::Match> is a visitor for L<Mojolicious::Routes>
L<Mojolicious::Routes::Match> finds routes in L<Mojolicious::Routes>
structures.
=head1 ATTRIBUTES
Expand All @@ -149,7 +149,7 @@ The route endpoint that matched.
my $root = $match->root;
$match = $match->root(Mojolicious::Routes->new);
The root of the route tree.
The root of the route structure.
=head2 stack
Expand Down

0 comments on commit 4d0341a

Please sign in to comment.