Skip to content

Commit 68be361

Browse files
committed
the the -> the
1 parent a43667a commit 68be361

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Type/Promise.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,10 @@ Creates a new Promise that will be kept at the given time, or later.
9898
9999
Returns a new promise that will be kept when all the promises passed as
100100
arguments are kept or broken. The result of the individual Promises is
101-
not reflected in the the result of the returned promise: it simply
101+
not reflected in the result of the returned promise: it simply
102102
indicates that all the promises have been completed in some way.
103103
If the results of the individual promises are important then they should
104-
be inspected after the the C<allof> promise is kept.
104+
be inspected after the C<allof> promise is kept.
105105
106106
In the following requesting the C<result> of a broken promise will case the
107107
original Exception to be thrown. (You may need to run it several times to

0 commit comments

Comments
 (0)