summaryrefslogtreecommitdiff
path: root/next-lib/src/bulgarian/SentenceBul.gf
diff options
context:
space:
mode:
authorkrasimir <krasimir@chalmers.se>2008-11-26 21:21:23 +0000
committerkrasimir <krasimir@chalmers.se>2008-11-26 21:21:23 +0000
commitc9c07f8e6897723c5b642c329e81d761cb6a9f70 (patch)
treebbf67746a72fd3015537f6583759a7ea06857a98 /next-lib/src/bulgarian/SentenceBul.gf
parentb6c9aedd873348b59e5215572b3540824ec3abef (diff)
initial Slavic grammar, shared between Bulgarian and Russian
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 9966b538d..7c4ae219f 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 DNeut Sg; p=P3}} ;
+ RelS s r = {s = s.s ++ "," ++ r.s ! {gn=gennum Neut Sg; p=P3}} ;
}