Skip to content

Commit

Permalink
fix typo in example
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Aug 26, 2016
1 parent 6f24a98 commit 99801d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojo/IOLoop/Subprocess.pm
Expand Up @@ -95,7 +95,7 @@ L<Storable>.
$sessions->deserialize(sub {
my $bytes = shift;
return {};
return [];
});
=head2 ioloop
Expand Down

0 comments on commit 99801d0

Please sign in to comment.