From 084122a946d6c7d72894a303fa46f9813106e88b Mon Sep 17 00:00:00 2001
From: alangfel <alangfel@marax.(none)>
Date: Sun, 20 Jul 2014 11:54:11 -0300
Subject: [PATCH] change object grammar

---
 ps-grammar/restaurant/ordering.jsgf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ps-grammar/restaurant/ordering.jsgf b/ps-grammar/restaurant/ordering.jsgf
index 1a64144d..005cd88e 100644
--- a/ps-grammar/restaurant/ordering.jsgf
+++ b/ps-grammar/restaurant/ordering.jsgf
@@ -10,4 +10,4 @@ public <restaurant> = [tobi] [please] bring <objects> to <deliveryLocations>;
 <objects> = <drinks> | <snacks>;
 
 <drinks> = (orange juice) | beer | cola | chocolate_milk | energy_drink | grape_juice | milk | water;
-<snacks> = chocolate_cookies | chips | biscuits | bread | pringles | strawberry_cookies;
+<snacks> = chocolate_cookies | chips | biscuits | bread | pringles | (strawberry cookies);
\ No newline at end of file
-- 
GitLab