From 8169f6292ea5f74a6c8a3b1a0fbadccaf2e36606 Mon Sep 17 00:00:00 2001
From: alangfel <alangfel@techfak.uni-bielefeld.de>
Date: Sun, 6 Jul 2014 13:55:43 +0200
Subject: [PATCH] optionaluse of a and the

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

diff --git a/ps-grammar/restaurant/otherCommand.jsgf b/ps-grammar/restaurant/otherCommand.jsgf
index 8c68495f..39a1bd9f 100644
--- a/ps-grammar/restaurant/otherCommand.jsgf
+++ b/ps-grammar/restaurant/otherCommand.jsgf
@@ -2,7 +2,7 @@
 grammar restaurant_save_command;
 
 public <restaurant> = <followMe> | <stop> | <ordering> | <save>;
-<save> = save [[a] location];
+<save> = save [[the | a] location];
 <followMe> = (follow me) | (come [(with me) | here]) | (keep up);
 <ordering> = ordering;
 <stop> = stop [this];
-- 
GitLab