We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4665455 commit 8326aafCopy full SHA for 8326aaf
src/translator/preposition.ts
@@ -43,7 +43,7 @@ export function preposition(
43
adverb,
44
preposition,
45
object,
46
- emphasis: preposition.emphasis != null,
+ emphasis: preposition.emphasis,
47
}));
48
}
49
function prepositionAsWord(
0 commit comments