From db4b017e5ee9d390cef14672059c19aa2513f8ad Mon Sep 17 00:00:00 2001 From: makinoshi Date: Thu, 24 Oct 2019 08:57:31 +0900 Subject: [PATCH] Fix comment to fit actual work --- src/struct/core.cljc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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))