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 Nov 4, 2017
1 parent 43777bf commit e6b17ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojo/Promise.pm
Expand Up @@ -169,7 +169,7 @@ the following new ones.
=head2 all
my $new = Mojo::Promise->all(@promises)
my $new = Mojo::Promise->all(@promises);
my $new = $promise->all(@promises);
Returns a new L<Mojo::Promise> object that either fulfills when all of the
Expand Down

0 comments on commit e6b17ae

Please sign in to comment.