Skip to content

Commit 7677893

Browse files
committed
Remove copy/paste error
1 parent 888985a commit 7677893

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Sources/Algorithms/SortedDuplicates.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,6 @@ extension Sequence where Element: Comparable {
119119
///
120120
/// - Precondition: This sequence must be finite and sorted.
121121
///
122-
/// - Parameters:
123-
/// - areInIncreasingOrder: The sorting predicate.
124-
///
125122
/// - Returns: An array with the earliest element in this sequence for
126123
/// each value.
127124
///

0 commit comments

Comments
 (0)