Skip to content

Commit

Permalink
Fixed with-transaction documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ducky427 committed Dec 29, 2015
1 parent ed5b348 commit 9199d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clojure/clojurewerkz/neocons/rest/transaction.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9199d40

Please sign in to comment.