Skip to content

Commit

Permalink
mention the word path
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Feb 14, 2014
1 parent a44cb3b commit a428464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojolicious/Guides/Routing.pod
Expand Up @@ -74,7 +74,7 @@ experience.

/user/show/:id -> qr/(?-xism:^\/user\/show/([^\/\.]+))/

A trailing slash is always optional.
A trailing slash in the path is always optional.

/user/show/23/ -> /user/:action/:id -> {action => 'show', id => 23}

Expand Down

0 comments on commit a428464

Please sign in to comment.