diff options
Diffstat (limited to 'doc/cljlib.md')
| -rw-r--r-- | doc/cljlib.md | 4 |
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: |