Skip to content

Commit 654259c

Browse files
committed
add todo
1 parent 095ae78 commit 654259c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/translator/composer.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ export function adverbVerb(verbAdverb: English.AdverbVerb): string {
8080
]
8181
.map(word).join(" ");
8282
}
83+
// TODO: "can not" into "cannot"
8384
export function verb(phrase: English.VerbPhrase, depth: number): string {
8485
let text: string;
8586
switch (phrase.type) {

0 commit comments

Comments
 (0)