We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50be2c8 commit dcc3c82Copy full SHA for dcc3c82
Sources/Algorithms/Compacted.swift
@@ -159,7 +159,7 @@ extension Collection {
159
/// element and iterates over every non-nil element from the original
160
/// `Collection`.
161
///
162
- /// Complexity: O(*n*) where *n* is the number of elements in the
+ /// Complexity: O(*n*) where *n* is the number of elements in the
163
/// original `Collection`.
164
@inlinable
165
public func compacted<Unwrapped>() -> CompactedCollection<Self, Unwrapped>
0 commit comments