Navigation Menu

Skip to content

Commit

Permalink
fixed typo in documentation (closes #589)
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Feb 13, 2014
1 parent d1f31b8 commit 2db1e77
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
@@ -1,4 +1,6 @@

4.81 2014-02-14

4.80 2014-02-13
- Merged Mojo::DOM::Node into Mojo::DOM.
- Added next_sibling and previous_sibling methods to Mojo::DOM.
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious.pm
Expand Up @@ -43,7 +43,7 @@ has types => sub { Mojolicious::Types->new };
has validator => sub { Mojolicious::Validator->new };

our $CODENAME = 'Top Hat';
our $VERSION = '4.80';
our $VERSION = '4.81';

sub AUTOLOAD {
my $self = shift;
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/Routes/Route.pm
Expand Up @@ -589,7 +589,7 @@ shortcuts on L<Mojolicious::Routes::Route> objects.
});
$r->firefox('/welcome')->to('firefox#welcome');
$r->firefox('/bye')->to('firefox#bye);
$r->firefox('/bye')->to('firefox#bye');
=head1 SEE ALSO
Expand Down

0 comments on commit 2db1e77

Please sign in to comment.