From 306f756933218915d0d4851753ef54d75752adf3 Mon Sep 17 00:00:00 2001
From: Leon Ziegler <lziegler@techfak.uni-bielefeld.de>
Date: Tue, 22 Jul 2014 12:07:12 -0300
Subject: [PATCH] fix

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

diff --git a/ps-grammar/sfb/review.jsgf b/ps-grammar/sfb/review.jsgf
index 01a720a9..6aba95a5 100644
--- a/ps-grammar/sfb/review.jsgf
+++ b/ps-grammar/sfb/review.jsgf
@@ -3,7 +3,7 @@ grammar A4_inspection;
 public <review> = [tobi] [please] (<follow> | <observe> | <teach> | <locate> | <list> | <leave> | <continue> | <stop> ) [please] [tobi];
 
 <follow> = ( follow me [into the elevator] );
-<observe> = (start observing | ([take a] look [(at this | here)] | observe ));
+<observe> = (start observing | observe | ([take a] look [(at this | here)] ));
 <leave> = leave;
 <continue> = continue;
 <stop> = (stop [observing | it]);
-- 
GitLab