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

fixed grammar for emergency

parent e74d99c2
No related branches found
No related tags found
No related merge requests found
......@@ -3,9 +3,9 @@ grammar emergencySituation_object;
public <emergencySituation> = <objectPhrase>;
<objectPhrase> = <water> | <firstaidkit> | <cell phone> | <nothing>;
<objectPhrase> = <water> | <firstaidkit> | <cellphone> | <nothing>;
<water> = water;
<firstaidkit> = first aid kit;
<cell phone> = (cell phone);
<cellphone> = cell phone;
<nothing> = nothing;
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