From 3fbcccc7cd5833cabafa57cb9beef78f797a12aa Mon Sep 17 00:00:00 2001
From: "Esteban Prince, Liam (UG - Computer Science)" <le00210@surrey.ac.uk>
Date: Wed, 12 Feb 2020 22:02:08 +0000
Subject: [PATCH] Update grammar

---
 grammar | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/grammar b/grammar
index 72bfaaa..ea1f161 100644
--- a/grammar
+++ b/grammar
@@ -38,7 +38,7 @@ Verb ::=
 Mixture ::=
 
 /* Preposition: word used to link nouns, pronouns, or phrases to other words within a sentence */
-Preposition ::= ("with" | "to" | "in" | "of" | "at" | "for" | "off" | "on" | "over" | "under")?
+Preposition ::= ("with" | "to" | "in" | "of" | "at" | "for" | "off" | "on" | "over" | "under" | "until")?
 
 /* Article: word used with a noun to specify grammatical definiteness */
 Article ::= ( "a" | "an" | "the")?
-- 
GitLab