Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Oct 11, 2011
1 parent 52a0ce2 commit 992db45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojo/Content.pm
Expand Up @@ -599,7 +599,7 @@ Note that this method is EXPERIMENTAL and might change without warning!
Register C<read> event.
$content->on_read(sub {
my ($message, $chunk) = @_;
my ($content, $chunk) = @_;
say $chunk;
});
Expand Down

0 comments on commit 992db45

Please sign in to comment.