From 7bb970d794d1151333f1ecd3b3ef4eaa96c6aed5 Mon Sep 17 00:00:00 2001 From: Leroy Ruegemer <lruegeme@techfak.uni-bielefeld.de> Date: Tue, 22 Jul 2014 12:14:30 -0300 Subject: [PATCH] asd --- 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 44add2eb..3f10c997 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 | observe | ([take a] look [(at this | here)] )); +<observe> = (start observing) | observe | ([take a] look [(at this | here)]); <leave> = leave; <continue> = continue; <stop> = (stop [it]); -- GitLab