oops don't remove king yet

This commit is contained in:
lingdocs 2022-03-17 21:09:11 +04:00
parent 5c510a6128
commit 10f78df818
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ function shrinkEntitiesAndGatherKids(VP: VPRendered): { kids: ListOfEntities, NP
} }
return { return {
kids: [shrink(toShrink)], kids: [shrink(toShrink)],
NPs: [], NPs: [king],
} }
} }