Skip to content

Commit 651a48f

Browse files
authored
Merge pull request #7135 from apple/comment-fix
2 parents 2ad2e25 + e54fb59 commit 651a48f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Prototypes/Algorithms.swift.gyb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ extension LazyCollectionProtocol
678678

679679
extension Collection {
680680
/// Returns the index of the first element in the collection
681-
/// that doesn't match the predicate.
681+
/// that matches the predicate.
682682
///
683683
/// The collection must already be partitioned according to the
684684
/// predicate, as if `self.partition(by: predicate)` had already

0 commit comments

Comments
 (0)