From a0318645ec4ed7f4bfa6ab50d0a5ee7fc67b8006 Mon Sep 17 00:00:00 2001 From: Andrey Listopadov Date: Thu, 18 Feb 2021 19:09:53 +0300 Subject: fix: add doc for set? function --- init.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.fnl') 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 -- cgit v1.2.3