Skip to content

Commit dafe88b

Browse files
pfitzsebKristoffer Carlsson
andauthored
Update src/parser.jl
Co-authored-by: Kristoffer Carlsson <[email protected]>
1 parent d8cd065 commit dafe88b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parser.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ function parse_cond(ps::ParseState)
643643
bump_invisible(ps, K"error", TRIVIA_FLAG, error="space required after `:` in `?` expression")
644644
end
645645

646-
# FIXME: This is a very specific case. Error recovery should be handled mor
646+
# FIXME: This is a very specific case. Error recovery should be handled more
647647
# generally elsewhere.
648648
if is_block_continuation_keyword(kind(t))
649649
# a "continuaton keyword" is likely to belong to the surrounding code, so

0 commit comments

Comments
 (0)