From 66cee0d7ad1a5084b62d9bb495b2e7dae8bee826 Mon Sep 17 00:00:00 2001
From: "Esteban Prince, Liam (UG - Computer Science)" <le00210@surrey.ac.uk>
Date: Wed, 12 Feb 2020 21:52:38 +0000
Subject: [PATCH] Update grammar

---
 grammar | 1 -
 1 file changed, 1 deletion(-)

diff --git a/grammar b/grammar
index 7ad4c93..84727ce 100644
--- a/grammar
+++ b/grammar
@@ -45,7 +45,6 @@ Preposition ::= ("with" | "to" | "in" | "of" | "at" | "for" | "off" | "on" | "ov
 
 Article ::= ( "a" | "an" | "the")?
 
-at, for, in, off, on, over, and under
 /* Conjunction */
 /* Used to connect words, phrases, clauses, or sentences */
 Conjunction ::= ("and" | "or" | "but")
\ No newline at end of file
-- 
GitLab