Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Ted van Riel <80752652+tvanriel@users.noreply.github.com>
  • Loading branch information
tvanriel committed Jun 4, 2022
1 parent ee63469 commit 15b21f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lexer.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// func StringState(l *lexer.L) lexer.StateFunc {
// l.Next() // eat starting "
// l.Ignore() // drop current value
// while l.Peek() != '"' {
// for l.Peek() != '"' {
// l.Next()
// }
// l.Emit(StringToken)
Expand Down

0 comments on commit 15b21f1

Please sign in to comment.