Bugfixes!

This commit is contained in:
Scott Richmond 2024-06-15 18:08:20 -04:00
parent 68aca09de6
commit 9d66c9d697

View File

@ -45,7 +45,7 @@
(defn topic-entry [topic]
(string "### " (capitalize topic) "\n"
(as-> topic _ (topics _) (slice _) (sort _) (map toc-entry _)
(as-> topic _ (topics _) (array/slice _) (sort _) (map toc-entry _)
(string/join _ "    "))
"\n"))