Skip to content

Commit

Permalink
Fixes documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
solatis committed Jun 9, 2016
1 parent f6a2743 commit 9783e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/suricatta/dsl.clj
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@
(DSL/exists @q)))

(defn not-exists
"Create an exists condition."
"Create a not-exists condition."
[q]
(defer
(DSL/notExists @q)))
Expand Down

0 comments on commit 9783e4a

Please sign in to comment.