summaryrefslogtreecommitdiff
path: root/doc/cljlib.md
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 /doc/cljlib.md
parent9fda2f3096fc51b00587dc1a0d715fdd7120651b (diff)
fix: add doc for set? function
Diffstat (limited to 'doc/cljlib.md')
-rw-r--r--doc/cljlib.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/cljlib.md b/doc/cljlib.md
index 64bd6c0..4963bf0 100644
--- a/doc/cljlib.md
+++ b/doc/cljlib.md
@@ -348,7 +348,7 @@ Function signature:
(set? ([s]))
```
-
+Test if `s` is either instance of a [`hash-set`](#hash-set) or [`ordered-set`](#ordered-set).
## `nil?`
Function signature:
@@ -1009,7 +1009,7 @@ Function signature:
(dissoc ([tbl]) ([tbl key]) ([tbl key & keys]))
```
-Remove `key` from table `tbl`. Optionally takes more [`keys`](#keys).
+Remove `key` from table `tbl`. Optionally takes more `keys`.
## `remove-method`
Function signature: