Skip to content
Snippets Groups Projects
Commit 92416b1f authored by Kai Harmening's avatar Kai Harmening
Browse files

added energy drink in grammar

parent 0879595d
No related branches found
No related tags found
No related merge requests found
......@@ -3,9 +3,8 @@ grammar emergencySituation_object;
public <emergencySituation> = <objectPhrase>;
<objectPhrase> = <water> | <biscuits> | <cellphone>;
<objectPhrase> = <water> | <biscuits> | <energy_drink>;
<water> = water;
<biscuits> = biscuits;
<cellphone> = cell phone;
<nothing> = nothing;
<energy_drink> = energy drink;
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