Compare commits

..

2 Commits

Author SHA1 Message Date
Scott Richmond
d78f7ce827 updated janet-based docs, but for real this time 2024-06-15 18:08:48 -04:00
Scott Richmond
9d66c9d697 Bugfixes! 2024-06-15 18:08:20 -04:00
2 changed files with 36 additions and 1 deletions

File diff suppressed because one or more lines are too long

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"))