Skip to content

Commit ddc626d

Browse files
authoredNov 29, 2017
Update when.swift
1 parent 8939afb commit ddc626d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Sources/when.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ public func when<It: IteratorProtocol>(fulfilled promiseIterator: It, concurrent
214214
// invalid! Never rejects
215215
}
216216

217-
- Returns: A new promise that resolves once all the provided promises resolve.
217+
- Returns: A new promise that resolves once all the provided promises resolve. The array is ordered the same as the input, ie. the result order is *not* resolution order.
218218
- Warning: The returned promise can *not* be rejected.
219219
- Note: Any promises that error are implicitly consumed, your UnhandledErrorHandler will not be called.
220220
- Remark: Doesn't take Thenable due to protocol associatedtype paradox

0 commit comments

Comments
 (0)
Please sign in to comment.