Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
frenchy64 committed Nov 21, 2023
1 parent bec2dee commit fc30106
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 @@ -1514,7 +1514,7 @@ For example, `UnionMaps` is equivalent to `[:map [:x [:or :int :string]] [:y [:o

`:merge` and `:union` differ on schemas with common keys: right-most
map schemas win with `:merge`, and schemas are joined with `:or` with `:union`.
For example, `MergedCommon` is equivalent to `[:map [:x :int]]`, and UnionCommon
For example, `MergedCommon` is equivalent to `[:map [:x :int]]`, and `UnionCommon`
is equivalent to `[:map [:x [:or :string :int]]]`.

```clojure
Expand Down

0 comments on commit fc30106

Please sign in to comment.