Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix typo in description
  • Loading branch information
kraih committed Oct 24, 2017
1 parent 19f245b commit 1e83833
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Mojo/IOLoop.pm
Expand Up @@ -409,7 +409,7 @@ takes the same arguments as L<Mojo::IOLoop::Client/"connect">.
Build L<Mojo::IOLoop::Delay> object to use as a promise or for flow-control.
Callbacks will be passed along to L<Mojo::IOLoop::Delay/"steps">.
# Wrap continuation-passing style API with promises
# Wrap continuation-passing style APIs with promises
my $ua = Mojo::UserAgent->new;
sub aget {
my $promise = Mojo::IOLoop->delay;
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/IOLoop/Delay.pm
Expand Up @@ -183,7 +183,7 @@ Mojo::IOLoop::Delay - Promises/A+ and flow-control helpers
use Mojo::IOLoop::Delay;
# Wrap continuation-passing style API with promises
# Wrap continuation-passing style APIs with promises
my $ua = Mojo::UserAgent->new;
sub aget {
my $promise = Mojo::IOLoop->delay;
Expand Down

0 comments on commit 1e83833

Please sign in to comment.