From 9199d406cf6320570f3b586aa7e37e3c33fcd29a Mon Sep 17 00:00:00 2001 From: Rohit Aggarwal Date: Tue, 29 Dec 2015 21:39:43 +0000 Subject: [PATCH] Fixed with-transaction documentation --- src/clojure/clojurewerkz/neocons/rest/transaction.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clojure/clojurewerkz/neocons/rest/transaction.clj b/src/clojure/clojurewerkz/neocons/rest/transaction.clj index 61d5c3e..4934e0a 100644 --- a/src/clojure/clojurewerkz/neocons/rest/transaction.clj +++ b/src/clojure/clojurewerkz/neocons/rest/transaction.clj @@ -155,7 +155,7 @@ A simple example is given below: - (let [transaction (tx/begin-tx)] + (let [transaction (tx/begin-tx connection)] (tx/with-transaction connection transaction