Skip to content

Commit ae91a28

Browse files
committed
fix
1 parent db97fde commit ae91a28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/translator2/word_unit.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ function defaultWordUnit(
100100
prepositions: [],
101101
predicateType: "verb",
102102
hideVerb: false,
103+
emphasis: false,
103104
});
104105
default:
105106
return IterableResult.empty();
@@ -109,7 +110,6 @@ function defaultWordUnit(
109110
export function wordUnit(
110111
options: Readonly<{
111112
wordUnit: TokiPona.WordUnit;
112-
place: Place;
113113
includeGerund: boolean;
114114
}>,
115115
): IterableResult<WordUnitTranslation> {

0 commit comments

Comments
 (0)