Skip to content

Commit 59d7cfd

Browse files
committed
add todo
1 parent 02d413e commit 59d7cfd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/translator/noun.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ export function quantity(noun: English.NounPhrase): English.Quantity {
147147
case "and":
148148
return "plural";
149149
case "or":
150+
// TODO: this doesn't work because nouns are reordered on `fixer.ts`
150151
return quantity(noun.nouns[noun.nouns.length - 1]);
151152
}
152153
}

0 commit comments

Comments
 (0)