Skip to content

Commit

Permalink
mention the return value too
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Oct 30, 2017
1 parent a09189e commit 741f9d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojo/IOLoop/Delay.pm
Expand Up @@ -411,7 +411,7 @@ it is called, or to its original fulfillment value if the promise is instead
fulfilled.
# Longer version
$delay->then(undef, sub {...});
my $new = $delay->then(undef, sub {...});
# Pass along the rejection reason
$delay->catch(sub {
Expand Down

0 comments on commit 741f9d3

Please sign in to comment.