From 3c7bb1409d6ef8c6d364f54c61c7e0570a6ff3c9 Mon Sep 17 00:00:00 2001 From: Andrey Orst Date: Wed, 25 Nov 2020 21:57:14 +0300 Subject: fix: fix cons docstring --- cljlib.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cljlib.fnl') diff --git a/cljlib.fnl b/cljlib.fnl index e7b5f31..32331e9 100644 --- a/cljlib.fnl +++ b/cljlib.fnl @@ -543,7 +543,7 @@ See [`hash-map`](#hash-map) for creating empty associative tables." (consj (doto tbl (insert 1 x)) (unpack xs))))) (fn* core.cons - "Insert `x` to `tbl` at the front. Modifies `tbl`." + "Insert `x` to `tbl` at the front. Calls [`seq`](#seq) on `tbl`." [x tbl] (if-some [x x] (doto (or (seq tbl) (empty [])) -- cgit v1.2.3