From 5fe002afcd87f902b99f7eac9ed3b278c2a86249 Mon Sep 17 00:00:00 2001
From: Michiel Cottaar <MichielCottaar@protonmail.com>
Date: Wed, 15 May 2024 14:15:06 +0100
Subject: [PATCH] Add missing comma

---
 docs/make.jl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/make.jl b/docs/make.jl
index 719f460..5a98df3 100644
--- a/docs/make.jl
+++ b/docs/make.jl
@@ -17,7 +17,7 @@ makedocs(;
     ),
     pages=[
         "Home" => "index.md",
-        "Implemented sequences" => "implemented_sequences.md"
+        "Implemented sequences" => "implemented_sequences.md",
         "API" => "api.md",
     ],
     warnonly=Documenter.except(:example_block),
-- 
GitLab