We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dec2227 + 3063a7c commit e2ed15aCopy full SHA for e2ed15a
README.md
@@ -812,7 +812,7 @@ Or if you already have a malli validation exception (e.g. in a catch form):
812
(require '[malli.error :as me])
813
814
(try
815
- (m/validate Address {:not "an address"})
+ (m/assert Address {:not "an address"})
816
(catch Exception e
817
(-> e ex-data :data :explain me/humanize)))
818
```
0 commit comments