From 046c70ad4d9eae9aee590faccc1add5c6c98a17d Mon Sep 17 00:00:00 2001 From: "ramona.enache" Date: Mon, 24 May 2010 07:45:34 +0000 Subject: [PATCH] added AdvIAdv to the Romanian grammar --- lib/src/romanian/QuestionRon.gf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/romanian/QuestionRon.gf b/lib/src/romanian/QuestionRon.gf index 76c7616a0..b75c56af0 100644 --- a/lib/src/romanian/QuestionRon.gf +++ b/lib/src/romanian/QuestionRon.gf @@ -100,7 +100,7 @@ concrete QuestionRon of Question = n = n } ; - AdvIAdv i a = {s = i.s ++ a.s} ; + AdvIAdv i a = {s = i.s ++ a.s} ; CompIAdv a = {s = \\_ => a.s} ;