Skip to content

Commit 1bf63c1

Browse files
authored
Merge pull request #9914 from palimondo/nit-dot-period
2 parents 9355354 + f123404 commit 1bf63c1

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)