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 f627c6c commit db9b2abCopy full SHA for db9b2ab
dictionary/parser.ts
@@ -153,7 +153,7 @@ const nounOnly = checkedSequence(
153
"providing both singular and plural forms instead";
154
}
155
if (noun !== singular) {
156
- throw `conjugation error: "${noun}" is not "${singular}". ` +
+ throw `declension error: "${noun}" is not "${singular}". ` +
157
"consider providing both singular and plural forms instead";
158
159
return {
0 commit comments