Skip to content

Commit

Permalink
more consistent method descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Oct 26, 2017
1 parent 3c5338f commit f0ca264
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/Mojo/IOLoop/Delay.pm
Expand Up @@ -489,15 +489,15 @@ value or reason from that promise.
=head2 reject
$delay = $delay->reject(@results);
$delay = $delay->reject(@reason);
Reject the promise.
Reject the promise with one or more rejection reasons.
=head2 resolve
$delay = $delay->resolve(@results);
$delay = $delay->resolve(@value);
Resolve the promise.
Resolve the promise with one or more fulfillment values.
=head2 steps
Expand Down

0 comments on commit f0ca264

Please sign in to comment.