Skip to content

Commit 4d99516

Browse files
authored
Merge pull request #41309 from amartini51/typo_80335638
Match verb to its subject.
2 parents b806c21 + 4ad006e commit 4d99516

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)