diff --git a/src/struct/core.cljc b/src/struct/core.cljc index 28b2df4..8d9e840 100644 --- a/src/struct/core.cljc +++ b/src/struct/core.cljc @@ -120,8 +120,8 @@ (defn validate "Validate data with specified schema. - This function by default strips all data that are not defined in - schema, but this behavior can be changed by passing `{:strip false}` + This function by default does not strip any data that are not defined in + schema, but this behavior can be changed by passing `{:strip true}` as third argument." ([data schema] (validate data schema nil))