diff options
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] |