From e3f75563b8edd590e1dfce2271eaa523f19c2bde Mon Sep 17 00:00:00 2001 From: Andrey Orst Date: Mon, 23 Nov 2020 09:56:19 +0300 Subject: fix(core): fix print name for hash set --- cljlib.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cljlib.fnl') 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 -- cgit v1.2.3