summaryrefslogtreecommitdiff
path: root/cljlib.fnl
diff options
context:
space:
mode:
authorAndrey Orst <andreyorst@gmail.com>2020-11-15 14:10:19 +0300
committerAndrey Orst <andreyorst@gmail.com>2020-11-15 14:10:19 +0300
commitd94b8ee9383df27f8ab96b89e3b787f083ec524b (patch)
treea20f19bb1eca154542c8deec701b8ce59a772aeb /cljlib.fnl
parent4ea70bf39971eeb742a5de689a9ad8ba63559ecb (diff)
fix(core): rename seq? to vector?
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)