diff --git a/src/malay/SentenceMay.gf b/src/malay/SentenceMay.gf index d09387f9..ddda0769 100644 --- a/src/malay/SentenceMay.gf +++ b/src/malay/SentenceMay.gf @@ -95,7 +95,7 @@ lin oper advS : (comma : Str) -> Adverb -> S -> S = \comma,a,sent -> sent ** { - s = sent.s ++ comma ++ a.s + s = a.s ++ comma ++ sent.s } ; }