Skip to content

Commit

Permalink
fixed typo in is_fresh example
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Aug 6, 2014
1 parent 577b852 commit 5966b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojolicious/Plugin/DefaultHelpers.pm
Expand Up @@ -273,7 +273,7 @@ Alias for C<Mojolicious::Controller/"render_to_string">.
=head2 is_fresh
$bool = $c->is_fresh;
my $bool = $c->is_fresh;
Check freshness of response by comparing the C<If-None-Match> and
C<If-Modified-Since> request headers with the C<ETag> and C<Last-Modified>
Expand Down

0 comments on commit 5966b12

Please sign in to comment.