summaryrefslogtreecommitdiff
path: root/cljlib.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'cljlib.fnl')
-rw-r--r--cljlib.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/cljlib.fnl b/cljlib.fnl
index d5c65c5..e953675 100644
--- a/cljlib.fnl
+++ b/cljlib.fnl
@@ -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]