summaryrefslogtreecommitdiff
path: root/init.fnl
diff options
context:
space:
mode:
authorAndrey Listopadov <andreyorst@gmail.com>2021-02-18 19:09:53 +0300
committerAndrey Listopadov <andreyorst@gmail.com>2021-02-18 19:09:53 +0300
commita0318645ec4ed7f4bfa6ab50d0a5ee7fc67b8006 (patch)
treed9290ef5a92dfe98ed5beb2e63e8fec43b6e46ea /init.fnl
parent9fda2f3096fc51b00587dc1a0d715fdd7120651b (diff)
fix: add doc for set? function
Diffstat (limited to 'init.fnl')
-rw-r--r--init.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.fnl b/init.fnl
index 2ccbef2..da55414 100644
--- a/init.fnl
+++ b/init.fnl
@@ -270,7 +270,7 @@ from `macros.fnl'."
(= (. (or (getmetatable mf) {}) :cljlib/type) :multifn))
(fn* core.set?
- ""
+ "Test if `s` is either instance of a `hash-set' or `ordered-set'."
[s]
(match (. (or (getmetatable s) {}) :cljlib/type)
:cljlib/ordered-set :cljlib/ordered-set