Skip to content

Commit

Permalink
Merge pull request #911 from FrankApiyo/fix-typo
Browse files Browse the repository at this point in the history
Fix typo in README.md
  • Loading branch information
ikitommi authored Aug 8, 2023
2 parents 6c7698c + 631d296 commit f49a9c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ Map schemas can define a special `:malli.core/default` key to handle extra keys:
{:x 1, :y 2, 1 1, 2 2})
; => true
```
default branching can be arbitraty nested:
default branching can be arbitrarily nested:

```clojure
(m/validate
Expand Down

0 comments on commit f49a9c6

Please sign in to comment.