Skip to content

Commit

Permalink
issue #187: fix comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-herout authored and sauerbraten committed Jan 4, 2021
1 parent f67928d commit 4beb915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lex.go
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ func lexText(l *lexer) stateFn {
if ic > -1 && ic < i { // use whichever is lower for future lexing
i = ic
}
// if no tokn is found, skip till the end of template
// if no token is found, skip till the end of template
if i == -1 {
l.pos = Pos(len(l.input))
break
Expand Down

0 comments on commit 4beb915

Please sign in to comment.