Skip to content

Commit 5018a0b

Browse files
committed
fix phrase not being emphasized
1 parent 7f7a8a3 commit 5018a0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/translator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@ function defaultPhrase(
716716
postAdjective,
717717
preposition,
718718
emphasis: phrase.emphasis != null &&
719-
modifier.nounPreposition != null,
719+
modifier.nounPreposition == null,
720720
}));
721721
let noun: Output<English.NounPhrase>;
722722
if (modifier.nounPreposition == null) {

0 commit comments

Comments
 (0)