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 061b681 commit fe2c2d1Copy full SHA for fe2c2d1
stdlib/public/core/Zip.swift
@@ -39,7 +39,7 @@ public struct Zip2Iterator<
39
/// - Precondition: `next()` has not been applied to a copy of `self`
40
/// since the copy was made.
41
public mutating func next() -> Element? {
42
- // The next() function needs to track if it has reached the end. If we
+ // The next() function needs to track if it has reached the end. If we
43
// didn't, and the first sequence is longer than the second, then when we
44
// have already exhausted the second sequence, on every subsequent call to
45
// next() we would consume and discard one additional element from the
0 commit comments