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.
1 parent 5d2b708 commit cffde25Copy full SHA for cffde25
Sources/Algorithms/SortedDuplicates.swift
@@ -18,8 +18,9 @@ extension Sequence {
18
/// - Precondition: This sequence must be finite,
19
/// and be sorted according to the given predicate.
20
///
21
- /// - Parameter type: A reference to the returned collection's type.
22
- /// - Parameter areInIncreasingOrder: The sorting predicate.
+ /// - Parameters:
+ /// - type: A reference to the returned collection's type.
23
+ /// - areInIncreasingOrder: The sorting predicate.
24
/// - Returns: A collection of pairs,
25
/// one for each element equivalence class present in this sequence,
26
/// in order of appearance.
0 commit comments