Skip to content

Commit

Permalink
v1: fix misleading typo
Browse files Browse the repository at this point in the history
Signed-off-by: Pires <[email protected]>
  • Loading branch information
pires committed Jan 17, 2021
1 parent bb6fb2b commit 4239e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v1.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func initVersion1() *Header {
}

func parseVersion1(reader *bufio.Reader) (*Header, error) {
// Read until LR shows up, otherwise fail.
// Read until LF shows up, otherwise fail.
// At this point, can't be sure CR precedes LF which will be validated next.
line, err := reader.ReadString('\n')
if err != nil {
Expand Down

0 comments on commit 4239e12

Please sign in to comment.