Skip to content

Commit 360b075

Browse files
committed
Fixed incorrect reference name of CountdownIterator on Sequence documentation
1 parent a3cabb6 commit 360b075

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
@@ -165,7 +165,7 @@
165165
/// finished returning elements of the sequence.
166166
///
167167
/// Creating and iterating over a `Countdown` sequence uses a
168-
/// `CountdownGenerator` to handle the iteration.
168+
/// `CountdownIterator` to handle the iteration.
169169
///
170170
/// let threeTwoOne = Countdown(start: 3)
171171
/// for count in threeTwoOne {

0 commit comments

Comments
 (0)