From ecc78baaf92a681f4fe161fa7a26a32221523511 Mon Sep 17 00:00:00 2001
From: "the Phoeron\" Colin J.E. Lupton" <thephoeron@protonmail.com>
Date: Wed, 24 Aug 2022 11:59:53 -0400
Subject: [PATCH] Fix syntax error in book.json :P

---
 book.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/book.json b/book.json
index 1d87454..ce90fce 100644
--- a/book.json
+++ b/book.json
@@ -4,6 +4,6 @@
     "structure": {
         "readme": "index.md",
         "summary": "SUMMARY.md"
-    }
+    },
     "plugins": ["hints"]
 }
-- 
GitLab