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 {
120120 return try _minImplementation ( count: count, sortedBy: areInIncreasingOrder)
121121 }
122122
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
124124 /// predicate.
125125 ///
126126 /// This example partially sorts an array of integers to retrieve its three
@@ -275,7 +275,7 @@ extension Collection {
275275 return try _minImplementation ( count: count, sortedBy: areInIncreasingOrder)
276276 }
277277
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
279279 /// predicate.
280280 ///
281281 /// This example partially sorts an array of integers to retrieve its three
You can’t perform that action at this time.
0 commit comments