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.
1 parent 9228c04 commit f123404Copy full SHA for f123404
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