We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9355354 + f123404 commit 1bf63c1Copy full SHA for 1bf63c1
stdlib/public/core/Sequence.swift
@@ -693,7 +693,7 @@ internal struct _DropFirstSequence<Base : IteratorProtocol>
693
/// A sequence that only consumes up to `n` elements from an underlying
694
/// `Base` iterator.
695
///
696
-/// The underlying iterator's sequence may be infinite
+/// The underlying iterator's sequence may be infinite.
697
@_fixed_layout
698
@_versioned
699
internal struct _PrefixSequence<Base : IteratorProtocol>
0 commit comments