File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -98,10 +98,10 @@ Creates a new Promise that will be kept at the given time, or later.
98
98
99
99
Returns a new promise that will be kept when all the promises passed as
100
100
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
102
102
indicates that all the promises have been completed in some way.
103
103
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.
105
105
106
106
In the following requesting the C < result > of a broken promise will case the
107
107
original Exception to be thrown. (You may need to run it several times to
You can’t perform that action at this time.
0 commit comments