Skip to content

Commit e54fb59

Browse files
author
Dave Abrahams
authored
Fix comment in Algorithms prototype
1 parent 2ad2e25 commit e54fb59

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)