Skip to content

Commit

Permalink
the the -> the
Browse files Browse the repository at this point in the history
  • Loading branch information
stmuk committed May 26, 2017
1 parent a43667a commit 68be361
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Type/Promise.pod6
Expand Up @@ -98,10 +98,10 @@ Creates a new Promise that will be kept at the given time, or later.
Returns a new promise that will be kept when all the promises passed as
arguments are kept or broken. The result of the individual Promises is
not reflected in the the result of the returned promise: it simply
not reflected in the result of the returned promise: it simply
indicates that all the promises have been completed in some way.
If the results of the individual promises are important then they should
be inspected after the the C<allof> promise is kept.
be inspected after the C<allof> promise is kept.
In the following requesting the C<result> of a broken promise will case the
original Exception to be thrown. (You may need to run it several times to
Expand Down

0 comments on commit 68be361

Please sign in to comment.