From 98d8ff5595165b41a24d1aa939cff7cc535994db Mon Sep 17 00:00:00 2001 From: Ambrose Bonnaire-Sergeant Date: Sun, 28 Apr 2024 00:56:55 -0500 Subject: [PATCH] fix --- src/cljc/schema/core.cljc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/cljc/schema/core.cljc b/src/cljc/schema/core.cljc index 2793ec13..3d830fe4 100644 --- a/src/cljc/schema/core.cljc +++ b/src/cljc/schema/core.cljc @@ -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]