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 a8ab2de commit ff24c7fCopy full SHA for ff24c7f
src/translator/phrase.ts
@@ -346,7 +346,7 @@ export function multiplePhrases(
346
phrase.type === "adjective" && phrase.inWayPhrase != null
347
)
348
) {
349
- throw new FilteredError("in way phrase within compound");
+ throw new FilteredError("in [adjective] way phrase within compound");
350
}
351
if (phrase.every((phrase) => phrase.type === "noun")) {
352
return {
0 commit comments