Skip to content

Commit 4beb915

Browse files
jan-heroutsauerbraten
authored andcommitted
issue #187: fix comment typo
1 parent f67928d commit 4beb915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lex.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ func lexText(l *lexer) stateFn {
293293
if ic > -1 && ic < i { // use whichever is lower for future lexing
294294
i = ic
295295
}
296-
// if no tokn is found, skip till the end of template
296+
// if no token is found, skip till the end of template
297297
if i == -1 {
298298
l.pos = Pos(len(l.input))
299299
break

0 commit comments

Comments
 (0)