Missing curly brace in documentation - I noticed this while trying the example in REPL

This commit is contained in:
Kari Marttila 2021-02-20 21:00:59 +02:00
parent ff55f85677
commit 60fee31733

View file

@ -13,7 +13,7 @@
:coercion reitit.coercion.malli/coercion
:parameters {:path [:map
[:company string?]
[:user-id int?]]}]
[:user-id int?]]}}]
{:compile coercion/compile-request-coercers}))
(defn match-by-path-and-coerce! [path]