summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Orst <andreyorst@gmail.com>2020-11-23 09:56:19 +0300
committerAndrey Orst <andreyorst@gmail.com>2020-11-23 09:56:19 +0300
commite3f75563b8edd590e1dfce2271eaa523f19c2bde (patch)
tree39e2bc2f220991729ccc3a75318d51c9d095a2ee
parentf5979b6b6bb38e547c7f221f5f80f75d7f26c2f4 (diff)
fix(core): fix print name for hash set
-rw-r--r--cljlib.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/cljlib.fnl b/cljlib.fnl
index 57ebf9f..e7b5f31 100644
--- a/cljlib.fnl
+++ b/cljlib.fnl
@@ -1264,7 +1264,7 @@ syntax. Use `hash-set` function instead."
:__newindex (hash-set-newindex Set)
:__ipairs set-ipairs
:__pairs set-ipairs
- :__name "hashed set"
+ :__name "hash set"
:__fennelview viewset})))
(local set-doc-order