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 f25e321..d519383 100644
--- a/cljlib.fnl
+++ b/cljlib.fnl
@@ -44,7 +44,7 @@ arguments to `args`."
(or (not= (type k) :number)
(not= k 1)))))))
-(fn* core.seq?
+(fn* core.vector?
"Check whether `tbl` is an sequential table."
[tbl]
(if (= (type tbl) :table)