Skip to content

Commit 3027faa

Browse files
authored
fix typo (#1171)
1 parent 7c63b1d commit 3027faa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/handlers.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ function get_previous_token(code, pos, crossed_parentheses)
269269
c = code[startpos]
270270
if c == '('
271271
crossed_parentheses += 1
272-
selarator = false
272+
separator = false
273273
elseif c == ')'
274274
crossed_parentheses -= 1
275275
separator = false

0 commit comments

Comments
 (0)