We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80252a1 commit da7a85fCopy full SHA for da7a85f
1 file changed
src/resolver_and_composer/ast.ts
@@ -26,9 +26,9 @@ export type NounPhrase =
26
}>;
27
export type Determiner = Readonly<{
28
determiner: Word;
29
- quantity: Dictionary.Quantity;
30
31
- // TODO: remove this
+ // TODO: remove these
+ quantity: Dictionary.Quantity;
32
kind: Dictionary.DeterminerType;
33
34
export type AdjectivePhrase =
0 commit comments