From 9783e4a1e6b27e0295e047983b5ab65218dd28b6 Mon Sep 17 00:00:00 2001 From: Leon Mergen Date: Thu, 9 Jun 2016 15:29:18 +0200 Subject: [PATCH] Fixes documentation --- src/suricatta/dsl.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)))