diff options
| author | Andrey Orst <andreyorst@gmail.com> | 2020-11-15 16:46:59 +0300 |
|---|---|---|
| committer | Andrey Orst <andreyorst@gmail.com> | 2020-11-15 16:46:59 +0300 |
| commit | 62d99cfe898857eaf94f4f408c2d1ae182c706a3 (patch) | |
| tree | 5b8ff2a65777f765f7815e729404d2ece4dd2d03 /cljlib.fnl | |
| parent | d8b1692acf1528215408b472d0b6649122860dac (diff) | |
fix(doc): fix vector? docstring
Diffstat (limited to 'cljlib.fnl')
| -rw-r--r-- | cljlib.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -130,7 +130,7 @@ Empty tables: Empty tables created with [`vector`](#vector) will pass the test: ``` fennel -(local some-table (hash-map)) +(local some-table (vector)) (assert (vector? some-table)) ```" [tbl] |