Skip to content
Snippets Groups Projects
Commit 74631eeb authored by Kevin Gardeja's avatar Kevin Gardeja Committed by Leroy John Rügemer
Browse files

fixed grammaer error

parent 37f4363e
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
grammar kgardeja;
public <statement> = <kitchen> | <livingroom> | <accept> | <cleankitchen> | <cleanlivingroom> | <decline> | <search> | <clean> | tobi <clean>;
<kitchen> = kitchen;
<clean> = clean; clean up; sort; clean room; clean up room; tidy up; tidy up room; start; start cleaning; start searching; search; search for objects;
<clean> = clean | (clean up) | sort | (clean room) | (clean up room) | (tidy up) | (tidy up room) | start | (start cleaning) | (start searching) | search | (search for objects);
<search> = search;
<livingroom> = livingroom;
<accept> = yes;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment