Skip to content

Commit

Permalink
Schema README updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ilmotta committed Nov 9, 2023
1 parent c259260 commit 1bf6205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schema/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ For schemas we want to conveniently access from the global registry, like
`:schema.common/theme`, they must be registered before Malli tries to use them.

```clojure
;; bad, will throw error if :schema.common/bar is not registered.
;; bad, will fail if :schema.common/bar is not registered.
(def ^:private ?foo
(malli.util/select-keys :schema.common/bar [:id :name]))

Expand Down

0 comments on commit 1bf6205

Please sign in to comment.