diff options
| author | Andrey Listopadov <andreyorst@gmail.com> | 2022-10-29 16:12:59 +0300 |
|---|---|---|
| committer | Andrey Listopadov <andreyorst@gmail.com> | 2022-10-29 16:12:59 +0300 |
| commit | 1e445990065936a07cf1e33be2ea5c48799ac289 (patch) | |
| tree | 31ecdbb92dfbcd8792a2d0ac6d1442062130cefa /.fenneldoc | |
| parent | ebc9734006afc277e8186678366ded9a1230db8c (diff) | |
fix a typo in the usage section
Diffstat (limited to '.fenneldoc')
| -rw-r--r-- | .fenneldoc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -155,7 +155,7 @@ non-ASCII strings." :out-dir "./doc" :project-copyright "Copyright (C) 2020-2021 Andrey Listopadov" :project-license "[MIT](https://gitlab.com/andreyorst/fennel-cljlib/-/raw/master/LICENSE)" - :project-version "v1.1.0" + :project-version "v1.1.1" :sandbox false :test-requirements {:init-macros.fnl "(require-macros :init-macros) (import-macros {: assert-eq} :fennel-test) |