Skip to content

Commit

Permalink
Merge branch 'samParser' of github.com:TimothyStiles/poly into samParser
Browse files Browse the repository at this point in the history
  • Loading branch information
Keoni Gandall committed Sep 11, 2023
2 parents 0127dd0 + 2b5ac83 commit f8161f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion io/sam/sam.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ func NewParser(r io.Reader, maxLineSize int) (*Parser, Header, error) {
return parser, header, nil
}

// Next parsers the next read from a parser. Returns an error upon EOF.
// Next parsers the next read from a parser. Returns an `io.EOF` upon EOF.
func (parser *Parser) Next() (*Alignment, error) {
var alignment Alignment
lineBytes, err := parser.reader.ReadSlice('\n')
Expand Down

0 comments on commit f8161f0

Please sign in to comment.