summaryrefslogtreecommitdiff
path: root/next-lib/src/bulgarian/SentenceBul.gf
diff options
context:
space:
mode:
Diffstat (limited to 'next-lib/src/bulgarian/SentenceBul.gf')
-rw-r--r--next-lib/src/bulgarian/SentenceBul.gf2
1 files changed, 1 insertions, 1 deletions
diff --git a/next-lib/src/bulgarian/SentenceBul.gf b/next-lib/src/bulgarian/SentenceBul.gf
index 7c4ae219f..9966b538d 100644
--- a/next-lib/src/bulgarian/SentenceBul.gf
+++ b/next-lib/src/bulgarian/SentenceBul.gf
@@ -68,5 +68,5 @@ concrete SentenceBul of Sentence = CatBul ** open Prelude, ResBul in {
AdvS a s = {s = a.s ++ "," ++ s.s} ;
- RelS s r = {s = s.s ++ "," ++ r.s ! {gn=gennum Neut Sg; p=P3}} ;
+ RelS s r = {s = s.s ++ "," ++ r.s ! {gn=gennum DNeut Sg; p=P3}} ;
}