We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b806c21 + 4ad006e commit 4d99516Copy full SHA for 4d99516
stdlib/public/Concurrency/AsyncSequence.swift
@@ -222,7 +222,7 @@ extension AsyncSequence {
222
}
223
224
/// Returns a Boolean value that indicates whether all elements produced by the
225
- /// asynchronous sequence satisfies the given predicate.
+ /// asynchronous sequence satisfy the given predicate.
226
///
227
/// In this example, an asynchronous sequence called `Counter` produces `Int`
228
/// values from `1` to `10`. The `allSatisfy(_:)` method checks to see whether
0 commit comments