We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 095ae78 commit 654259cCopy full SHA for 654259c
src/translator/composer.ts
@@ -80,6 +80,7 @@ export function adverbVerb(verbAdverb: English.AdverbVerb): string {
80
]
81
.map(word).join(" ");
82
}
83
+// TODO: "can not" into "cannot"
84
export function verb(phrase: English.VerbPhrase, depth: number): string {
85
let text: string;
86
switch (phrase.type) {
0 commit comments