Skip to content

Commit 6a29084

Browse files
committed
fix typo
1 parent f5c00bc commit 6a29084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/strings.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ function parse_string_or_cmd(ps::ParseState, prefixed=false)
147147
ps1 = ParseState(input)
148148

149149
if kindof(ps1.nt) === Tokens.RPAREN
150-
push!(ret, EXPR(:ERRORTOKEN, EXPR[], nothing))
150+
push!(ret, EXPR(:errortoken, EXPR[], nothing))
151151
pushtotrivia!(ret, op)
152152
pushtotrivia!(ret, lparen)
153153
pushtotrivia!(ret, rparen)

0 commit comments

Comments
 (0)