Skip to content

Commit 9ef6bd6

Browse files
committed
remove unneeded todos
1 parent 20f75c4 commit 9ef6bd6

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/translator/predicate.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@ export function predicate(
184184
associatedPredicate(predicate, object, preposition)
185185
);
186186
}
187-
// TODO: combine adjectives and nouns
188187
case "and conjunction":
189188
case "anu":
190189
return ArrayResult.combine(

src/translator/verb.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ export type PartialVerb =
1919
& Readonly<{
2020
modal: null | English.AdverbVerb;
2121
adverb: ReadonlyArray<English.Word>;
22-
// TODO: better name other than first and rest
2322
first: null | Dictionary.VerbForms;
2423
reduplicationCount: number;
2524
wordEmphasis: boolean;

0 commit comments

Comments
 (0)