Skip to content

Commit 8162400

Browse files
committed
Cherry pick Swift 5.5 doc changes in AsyncThrowingPrefixWhileSequence.swift
1 parent cd97ed7 commit 8162400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/Concurrency/AsyncThrowingPrefixWhileSequence.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ extension AsyncSequence {
4343
/// }
4444
/// // Prints: 1 2 3 4 Error: MyError()
4545
///
46-
/// - Parameter isIncluded: A error-throwing closure that takes an element of
46+
/// - Parameter predicate: A error-throwing closure that takes an element of
4747
/// the asynchronous sequence as its argument and returns a Boolean value
4848
/// that indicates whether to include the element in the modified sequence.
4949
/// - Returns: An asynchronous sequence that contains, in order, the elements

0 commit comments

Comments
 (0)