diff --git a/src/suricatta/dsl.clj b/src/suricatta/dsl.clj index 654fea5..4c352a3 100644 --- a/src/suricatta/dsl.clj +++ b/src/suricatta/dsl.clj @@ -487,7 +487,7 @@ (DSL/exists @q))) (defn not-exists - "Create an exists condition." + "Create a not-exists condition." [q] (defer (DSL/notExists @q)))