Skip to content

Commit f709803

Browse files
committed
typo
1 parent 36aeaae commit f709803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hints.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ function error_unexpected(ps, tok)
104104
"Unexpected token $(val(tok, ps))")
105105
else
106106
# error("Internal error")
107-
return make_error(ps, tok.startbyte:tok.endbyte, Diagnostics.UnexepectedToken,
107+
return make_error(ps, tok.startbyte:tok.endbyte, Diagnostics.UnexpectedToken,
108108
"Unexpected token $(val(tok, ps))")
109109
end
110110
end

0 commit comments

Comments
 (0)