mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-29 22:42:52 -06:00
Corrected VRefl in DiffCat
Fixed VRefl in DiffCat from "se" to "es" and tonic from "sÌ" to "si". Also some trivial formatting things in MorphoCat and IdiomCat.
This commit is contained in:
@@ -143,8 +143,8 @@ oper
|
||||
in
|
||||
case p of {
|
||||
P3 => case c of {
|
||||
Acc | CPrep P_a => "se" ;
|
||||
_ => "sÌ"
|
||||
Acc | CPrep P_a => "es" ;
|
||||
_ => "si"
|
||||
} ;
|
||||
_ => pro
|
||||
} ;
|
||||
|
||||
Reference in New Issue
Block a user