Skip to content

Commit 8326aaf

Browse files
committed
fix preposition emphasis
1 parent 4665455 commit 8326aaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/translator/preposition.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export function preposition(
4343
adverb,
4444
preposition,
4545
object,
46-
emphasis: preposition.emphasis != null,
46+
emphasis: preposition.emphasis,
4747
}));
4848
}
4949
function prepositionAsWord(

0 commit comments

Comments
 (0)