From e23d3e27b6f73439a161259f48e54dcf1c1b67b5 Mon Sep 17 00:00:00 2001
From: ComFreek <comfreek@outlook.com>
Date: Mon, 26 Oct 2020 17:53:00 +0100
Subject: [PATCH] a

---
 source/Scrolls/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/Scrolls/README.md b/source/Scrolls/README.md
index c5c1e36..90be86b 100644
--- a/source/Scrolls/README.md
+++ b/source/Scrolls/README.md
@@ -5,7 +5,7 @@
 Let's walk through an example of writing a scroll.
 The scroll we will be writing can be found in `MiscScrolls.mmt` at time of writing, albeit without the documentary comments we will be making here.
 
-Let us write a scroll "Midpoint" that requires two points `P` and `Q` as input, and that gives you upon application the midpoint between those points
+Let us write a scroll "Midpoint" that requires two points `P` and `Q` as input, and that gives you upon application the midpoint between those points.
 
 ```mmt
 theory Midpoint =
-- 
GitLab