From c83da8194884f01829de88a386d709ec11e575c5 Mon Sep 17 00:00:00 2001 From: aarne Date: Wed, 25 Sep 2013 01:43:57 +0000 Subject: [PATCH] order of Chinese vocative --- src/chinese/PhraseChi.gf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chinese/PhraseChi.gf b/src/chinese/PhraseChi.gf index 06b4b3ee8..d9badcd28 100644 --- a/src/chinese/PhraseChi.gf +++ b/src/chinese/PhraseChi.gf @@ -1,7 +1,7 @@ concrete PhraseChi of Phrase = CatChi ** open Prelude, ResChi in { lin - PhrUtt pconj utt voc = {s = pconj.s ++ utt.s ++ voc.s} ; + PhrUtt pconj utt voc = {s = pconj.s ++ voc.s ++ utt.s} ; UttS s = s ; UttQS qs = qs ;