Skip to content
Snippets Groups Projects
Unverified Commit 43025736 authored by Nemanja Glumac's avatar Nemanja Glumac Committed by GitHub
Browse files

Fix typo in malli schema dosctring (#34215)

[ci skip]
parent eaa7620b
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@
(partial instance? klass)])
(defn maps-with-unique-key
"Given a schema of a sequence of maps, returns as chema that do an additional unique check on key `k`."
"Given a schema of a sequence of maps, returns a schema that does an additional unique check on key `k`."
[maps-schema k]
(mu/with-api-error-message
[:and
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment