File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ extension Sequence {
120
120
return try _minImplementation ( count: count, sortedBy: areInIncreasingOrder)
121
121
}
122
122
123
- /// Returns the largets elements of this sequence, as sorted by the given
123
+ /// Returns the largest elements of this sequence, as sorted by the given
124
124
/// predicate.
125
125
///
126
126
/// This example partially sorts an array of integers to retrieve its three
@@ -275,7 +275,7 @@ extension Collection {
275
275
return try _minImplementation ( count: count, sortedBy: areInIncreasingOrder)
276
276
}
277
277
278
- /// Returns the largets elements of this collection, as sorted by the given
278
+ /// Returns the largest elements of this collection, as sorted by the given
279
279
/// predicate.
280
280
///
281
281
/// This example partially sorts an array of integers to retrieve its three
You can’t perform that action at this time.
0 commit comments