Skip to content

Commit 4ad006e

Browse files
committed
Match verb to its subject.
1 parent a395db6 commit 4ad006e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/Concurrency/AsyncSequence.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ extension AsyncSequence {
222222
}
223223

224224
/// Returns a Boolean value that indicates whether all elements produced by the
225-
/// asynchronous sequence satisfies the given predicate.
225+
/// asynchronous sequence satisfy the given predicate.
226226
///
227227
/// In this example, an asynchronous sequence called `Counter` produces `Int`
228228
/// values from `1` to `10`. The `allSatisfy(_:)` method checks to see whether

0 commit comments

Comments
 (0)