Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed typo in tutorial
  • Loading branch information
kraih committed Sep 16, 2013
1 parent 9a48256 commit e067acc
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.39 2013-09-17

4.38 2013-09-16
- Added is_binary method to Mojo::Loader.
- Fixed support for binary files in inflate command.
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious.pm
Expand Up @@ -41,7 +41,7 @@ has static => sub { Mojolicious::Static->new };
has types => sub { Mojolicious::Types->new };

our $CODENAME = 'Top Hat';
our $VERSION = '4.38';
our $VERSION = '4.39';

sub AUTOLOAD {
my $self = shift;
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/Lite.pm
Expand Up @@ -290,7 +290,7 @@ L<Mojolicious::Plugin::DefaultHelpers/"content">.
</html>
The stash or helpers like L<Mojolicious::Plugin::DefaultHelpers/"title"> can
be used to pass additional information to the layout.
be used to pass additional data to the layout.
=head2 Blocks
Expand Down

0 comments on commit e067acc

Please sign in to comment.