Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lbestatlas committed Jul 5, 2022
1 parent d115aa8 commit 044bf85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/lexer/lexer.go
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ func lexAssert(nextByte byte, next stateFn) stateFn {
}
}

// Seeks the next stop or eof byte and then return the byte slice between
// seekUntil Seeks the next stop or eof byte and then return the byte slice between
// the start position and the end byte.
func seekUntil(l *Lexer, stop byte) []byte {
l.start = l.pos
Expand Down

0 comments on commit 044bf85

Please sign in to comment.