Skip to content

Commit

Permalink
fix typo in link
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Feb 18, 2016
1 parent 569ae3e commit b5734e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojolicious/Guides/Routing.pod
Expand Up @@ -814,7 +814,7 @@ Less commonly used and more powerful features.

=head2 Adding placeholder types

L<Restrictive placeholders/"Restrictive placeholders"> can get repetitive, use
L<Restrictive placeholders|/"Restrictive placeholders"> can get repetitive, use
L<Mojolicious::Routes/"add_type"> to create your own placeholder types instead.

$r->add_type(isbn10 => qr/\d{9}(?:\d|X)/);
Expand Down

0 comments on commit b5734e2

Please sign in to comment.