Skip to content

Commit

Permalink
fix await claiming it returns a list of promises
Browse files Browse the repository at this point in the history
  • Loading branch information
timo committed Jul 12, 2018
1 parent ace72df commit 5cb3a4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Type/Promise.pod6
Expand Up @@ -292,8 +292,8 @@ or C<quit> with the C<cause> if the L<Promise> is Broken.
Waits until one or more promises are I<all> fulfilled, and then returns their
values. Also works on L<channels|/type/Channel>. Any broken promises will
rethrow their exceptions. If a list of promises is provided a list of promises
is returned.
rethrow their exceptions. If a list is passed it will return a
list containing the results of awaiting each item in turn.
=end pod

Expand Down

0 comments on commit 5cb3a4d

Please sign in to comment.