Skip to content

Commit d269b6d

Browse files
committed
small improvement
1 parent 230e69f commit d269b6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dictionary/parser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ const entry = withSource(
578578
ignore.with(
579579
allWithCheck(
580580
new CheckedParser(
581-
sequence(word, choiceOnlyOne(openParenthesis, slash)),
581+
sequence(unescapedWord, choiceOnlyOne(openParenthesis, slash)),
582582
definition.skip(semicolon),
583583
),
584584
),

0 commit comments

Comments
 (0)