Skip to content

Commit f123404

Browse files
committed
Every dot counts. Period.
1 parent 9228c04 commit f123404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/Sequence.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ internal struct _DropFirstSequence<Base : IteratorProtocol>
693693
/// A sequence that only consumes up to `n` elements from an underlying
694694
/// `Base` iterator.
695695
///
696-
/// The underlying iterator's sequence may be infinite
696+
/// The underlying iterator's sequence may be infinite.
697697
@_fixed_layout
698698
@_versioned
699699
internal struct _PrefixSequence<Base : IteratorProtocol>

0 commit comments

Comments
 (0)