diff --git a/ps-grammar/sfb/review.jsgf b/ps-grammar/sfb/review.jsgf index 01a720a9c9a6a65861124806d15ac9690e2d7a86..6aba95a58d6d7613efcf42eb44648b6782c413f5 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]);