From 9d33f74a10aef8d7f51b91f922b3f954a70bb027 Mon Sep 17 00:00:00 2001
From: alangfel <alangfel@techfak.uni-bielefeld.de>
Date: Thu, 3 Jul 2014 10:54:50 +0200
Subject: [PATCH] fixed grammar of ordering

---
 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 68a65814..86e1612d 100644
--- a/ps-grammar/restaurant/ordering.jsgf
+++ b/ps-grammar/restaurant/ordering.jsgf
@@ -1,7 +1,7 @@
 #JSGF V1.0;
 grammar restaurant_ordering;
 
-public <restaurant> = [tobi] [please] bring <objects> to table <deliveryLocations>;
+public <restaurant> = [tobi] [please] bring <objects> to <deliveryLocations>;
 
 <deliveryLocations> = table (one | two | three);
 
-- 
GitLab