From 1fd092f624c61b24c9e9e203c439eb454b3d7b25 Mon Sep 17 00:00:00 2001
From: gminareci <gminareci@techfak.uni-bielefeld.de>
Date: Wed, 26 Aug 2015 19:09:14 +0800
Subject: [PATCH] forgot sth

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

diff --git a/ps-grammar/commands/controlExecution.jsgf b/ps-grammar/commands/controlExecution.jsgf
index f3e4a98d..7695369b 100644
--- a/ps-grammar/commands/controlExecution.jsgf
+++ b/ps-grammar/commands/controlExecution.jsgf
@@ -4,7 +4,7 @@ public <statement> = [tobi] [please] <command> [please] [tobi];
 
 <command> = <follow> | <stop> | <continue>| <leave> | <again>;
 <stop> = (stop it) | stop | cancel;
-<follow> = (follow [me])
+<follow> = (follow [me]);
 <leave> = leave | finish | (go back) | (we are done) | (lets call it a day);
 <continue> = continue | proceed;
 <again> = (try again);
-- 
GitLab