Skip to content

Commit fe2c2d1

Browse files
[stdlib] Use double space after periods
This is a commit access test.
1 parent 061b681 commit fe2c2d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/Zip.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public struct Zip2Iterator<
3939
/// - Precondition: `next()` has not been applied to a copy of `self`
4040
/// since the copy was made.
4141
public mutating func next() -> Element? {
42-
// The next() function needs to track if it has reached the end. If we
42+
// The next() function needs to track if it has reached the end. If we
4343
// didn't, and the first sequence is longer than the second, then when we
4444
// have already exhausted the second sequence, on every subsequent call to
4545
// next() we would consume and discard one additional element from the

0 commit comments

Comments
 (0)