diff options
| author | Andrey Orst <andreyorst@gmail.com> | 2020-11-23 09:56:19 +0300 |
|---|---|---|
| committer | Andrey Orst <andreyorst@gmail.com> | 2020-11-23 09:56:19 +0300 |
| commit | e3f75563b8edd590e1dfce2271eaa523f19c2bde (patch) | |
| tree | 39e2bc2f220991729ccc3a75318d51c9d095a2ee /cljlib.fnl | |
| parent | f5979b6b6bb38e547c7f221f5f80f75d7f26c2f4 (diff) | |
fix(core): fix print name for hash set
Diffstat (limited to 'cljlib.fnl')
| -rw-r--r-- | cljlib.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |