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 16ed7e9 commit 1b1e945Copy full SHA for 1b1e945
sources/declarative/decodable/DecoderSequence.swift
@@ -7,7 +7,7 @@ extension CSVDecoder {
7
self.source = source
8
}
9
10
- /// Advances to the next row and returns a `CSVRowDecoder`, or `nil` if no next row exists.
+ /// Advances to the next row and returns a `LazySequence.Row`, or `nil` if no next row exists.
11
public mutating func next() -> Row? {
12
guard !self.source.isRowAtEnd(index: self.currentIndex) else {
13
return nil
0 commit comments