Skip to content

Commit

Permalink
fix typo in example
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Aug 17, 2016
1 parent 1cd3f2c commit e9702b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,5 +1,5 @@

7.02 2016-08-16
7.02 2016-08-17
- Fixed bugs in Mojo::Loader and Mojo::Util where the DATA handle would be
mentioned in error messages. (jberger, kiwiroy, sri)

Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/Routes/Route.pm
Expand Up @@ -328,7 +328,7 @@ route name, defaulting to the pattern C</> and a name based on the pattern.
An arbitrary number of key/value pairs in between the route pattern and name can
be used to specify route conditions.
# Route with pattern, conditions and destination
# Route with pattern, condition and destination
$r->any('/' => (agent => qr/Firefox/))->to('foo#bar');
A hash reference is used to specifiy optional placeholders and default values
Expand Down

0 comments on commit e9702b4

Please sign in to comment.