Skip to content

Commit a159cbd

Browse files
committed
remove unnecessary as
1 parent 413c11c commit a159cbd

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
@@ -380,7 +380,7 @@ const nounDefinition = new CheckedParser(
380380
determiner.check,
381381
adjective.check,
382382
),
383-
) as CheckedParser<unknown>,
383+
),
384384
checkedSequence(
385385
adjective.parser,
386386
choiceOnlyOne(

0 commit comments

Comments
 (0)