Skip to content

Commit

Permalink
Merge pull request #516 from SevereOverfl0w/patch-1
Browse files Browse the repository at this point in the history
Fix typo: ot -> to
  • Loading branch information
ikitommi authored Aug 23, 2021
2 parents 55337ba + ef8a666 commit 802f74d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/malli/error.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@
(defn humanize
"Humanized a explanation. Accepts the following optitons:
- `:wrap`, a function of `error -> message`, defaulting ot `:message`
- `:wrap`, a function of `error -> message`, defaulting to `:message`
- `:resolve`, a function of `explanation error options -> path message`"
([explanation]
(humanize explanation nil))
Expand Down

0 comments on commit 802f74d

Please sign in to comment.