Skip to content

Commit db9b2ab

Browse files
committed
its declension, not conjugation
1 parent f627c6c commit db9b2ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dictionary/parser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ const nounOnly = checkedSequence(
153153
"providing both singular and plural forms instead";
154154
}
155155
if (noun !== singular) {
156-
throw `conjugation error: "${noun}" is not "${singular}". ` +
156+
throw `declension error: "${noun}" is not "${singular}". ` +
157157
"consider providing both singular and plural forms instead";
158158
}
159159
return {

0 commit comments

Comments
 (0)