Skip to content

Commit fe880c6

Browse files
committed
Added missing period to end of sentence.
1 parent b996bec commit fe880c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/FoundationExtensions/AsyncSequence.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ public extension AsyncSequence {
55
/// - Parameters:
66
/// - terminator: A subsequence to look for, that will terminate collection. Should not be empty.
77
/// - stripTerminator: Whether to include the terminator in the returned collection.
8-
/// - Returns: A collection of zero or more elements
8+
/// - Returns: A collection of zero or more elements.
99
func collect<C: RangeReplaceableCollection>(
1010
upTo terminator: some Collection<Element>,
1111
stripTerminator: Bool = true

0 commit comments

Comments
 (0)