diff --git a/ps-grammar/restaurant/otherCommand.jsgf b/ps-grammar/restaurant/otherCommand.jsgf index 8c68495f96df138d77cdac6e3443364ebc3b2790..39a1bd9f0d91963c9660a86b35a159179c611463 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];