Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
frenchy64 committed Apr 28, 2024
1 parent 25b03d9 commit 98d8ff5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/cljc/schema/core.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -1153,8 +1153,10 @@
that also precomputes parts of the Schema for performance.
The name of the schema is recorded in the metadata. If metadata is not supported on
the schema, will be wrapped in a Schema in order to attach the metadata. The wrapper
implements SchemaSyntax to recover the wrapped value."
the schema, will be wrapped in a Schema in order to attach the metadata.
TODO:
The wrapper implements a protocol to recover the wrapped value."
([name form]
`(defschema ~name "" ~form))
([name docstring form]
Expand Down

0 comments on commit 98d8ff5

Please sign in to comment.