diff --git a/src/malli/core.cljc b/src/malli/core.cljc index e167bd85b..b3d44b028 100644 --- a/src/malli/core.cljc +++ b/src/malli/core.cljc @@ -1177,7 +1177,7 @@ Cached (-cache [_] cache) LensSchema - (-keep [_]) + (-keep [_] true) (-get [_ key default] (get children key default)) (-set [this key value] (-set-assoc-children this key value)))))))) diff --git a/src/malli/util.cljc b/src/malli/util.cljc index 284d3df99..51c9ce203 100644 --- a/src/malli/util.cljc +++ b/src/malli/util.cljc @@ -194,7 +194,7 @@ (defn data-explainer "Like `m/explainer` but output is pure clojure data. Schema objects have been replaced with their m/form. - Useful when you need to serialise errrors." + Useful when you need to serialise errors." ([?schema] (data-explainer ?schema nil)) ([?schema options]