Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
usualoma committed May 9, 2017
1 parent b3a69e9 commit c7df46b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,6 @@ Taku AMANO <usualoma@cpan.org>

# SEE ALSO

[Router::Boom](https://metacpan.org/pod/Router::Boom) Prity fast routing engine for web applications.
[Router::Boom](https://metacpan.org/pod/Router::Boom) Pretty fast routing engine for web applications.

[Regexp::Assemble](https://metacpan.org/pod/Regexp::Assemble) Assemble multiple Regular Expressions into a single RE.
6 changes: 3 additions & 3 deletions lib/Router/Assemble.pm
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Router::Assemble is yet another routing engine for web applications. This module
=head2 Fast
This module is prity fast, almost as fast as L<Router::Boom>.
This module is pretty fast, almost as fast as L<Router::Boom>.
Rate Router::Assemble Router::Boom
Router::Assemble 220553/s -- -0%
Expand Down Expand Up @@ -114,7 +114,7 @@ By using I<route_cmp>, we can adjust routing order.
$router->match('/blog') # blog_main
=head2 Copatibility with L<Router::Boom>
=head2 Compatibility with L<Router::Boom>
L<Router::Assemble> is compatible with L<Router::Boom> about basic API.
Expand Down Expand Up @@ -196,7 +196,7 @@ Taku AMANO E<lt>usualoma@cpan.orgE<gt>
=head1 SEE ALSO
L<Router::Boom> Prity fast routing engine for web applications.
L<Router::Boom> Pretty fast routing engine for web applications.
L<Regexp::Assemble> Assemble multiple Regular Expressions into a single RE.
Expand Down

0 comments on commit c7df46b

Please sign in to comment.