Skip to content

Commit dcc3c82

Browse files
authored
Remove extraneous space in inline documentation (apple#159)
1 parent 50be2c8 commit dcc3c82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Algorithms/Compacted.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ extension Collection {
159159
/// element and iterates over every non-nil element from the original
160160
/// `Collection`.
161161
///
162-
/// Complexity: O(*n*) where *n* is the number of elements in the
162+
/// Complexity: O(*n*) where *n* is the number of elements in the
163163
/// original `Collection`.
164164
@inlinable
165165
public func compacted<Unwrapped>() -> CompactedCollection<Self, Unwrapped>

0 commit comments

Comments
 (0)