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