This commit is contained in:
Roman Suzi
2020-07-27 20:27:38 +03:00
parent 1f1dec615b
commit 9918e391b3

View File

@@ -137,7 +137,7 @@ oper sot : (Gender => Animacy => Case => Str) -> (Gender => Animacy => Case => S
<(Nom|VocRus|Acc), _ > => n ! Fem ! Animate ! c + "сот";
<Gen|Ptv, _ > => n ! Fem ! Animate ! c + "сот";
<Dat, _ > => n ! Fem ! Animate ! c + "стам";
<Ins, _ > => n ! Fem ! Animate ! c + "юстами";
<Ins, _ > => n ! Fem ! Animate ! c + "стами";
<Pre|Loc, _ > => n ! Fem ! Animate ! c + "ста"
};