нито -> ниту

This commit is contained in:
Krasimir Angelov
2026-04-14 09:07:16 +02:00
parent 2c613bfc83
commit 14c7db6427

View File

@@ -331,6 +331,6 @@ mkClause : Str -> Agr -> Verb ** {compl : Agr => Str} -> Order => Tense => Anter
} ;
linCoord : Str -> Ints 4 => Str ;
linCoord comma = table {0 => "и"; 1=>"или"; 2=>"нито"; 3=>comma; 4=>[]} ;
linCoord comma = table {0 => "и"; 1=>"или"; 2=>"ниту"; 3=>comma; 4=>[]} ;
}