Compare commits

..

No commits in common. "d78f7ce827054c20e7d89f5295adfe0c27a2acc3" and "68aca09de645a64e8a6131fcfad44b1b5fbf96ea" have entirely different histories.

2 changed files with 1 additions and 36 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 _) (array/slice _) (sort _) (map toc-entry _)
(as-> topic _ (topics _) (slice _) (sort _) (map toc-entry _)
(string/join _ "    "))
"\n"))