From 8cbd5e1d6ce94e6c74b497264f3d1debdcb60f3a Mon Sep 17 00:00:00 2001 From: ComFreek <comfreek@outlook.com> Date: Mon, 26 Oct 2020 17:51:56 +0100 Subject: [PATCH] @ --- 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 90be86b..c5c1e36 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