From 7c8c92ebca92259461f5f5d254c22a889b80ccc2 Mon Sep 17 00:00:00 2001 From: Stan Verberkt <2913270+verberktstan@users.noreply.github.com> Date: Wed, 31 Jan 2024 21:34:04 +0100 Subject: [PATCH] Fix filter-keys docstring --- src/swark/core.cljc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/swark/core.cljc b/src/swark/core.cljc index de4585c..8674c99 100644 --- a/src/swark/core.cljc +++ b/src/swark/core.cljc @@ -46,7 +46,7 @@ :arglists '([map pred]) :doc "Returns a map containing only those entries in map whose key return logical true on evaluation of (pred key). - `(filter-keys {:a 1 "b" 2} keyword?) => {:a 1}`" + `(filter-keys {:a 1 \"b\" 2} keyword?) => {:a 1}`" :static true} [map pree] (cond->> map