Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/content.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Also, _clojure.jdbc_ comes with alternative, more human comprehensible format, l
:password "password"}) ;; Optional
----

But it has some disadvantages: it does not supports all options of a default dbspec format.
But it has some disadvantages: it does not support all options of a default dbspec format.

Also, *dbspec* can be represented as a URI.

Expand Down Expand Up @@ -231,7 +231,7 @@ macro:

[NOTE]
====
_clojure.jdbc_ does not uses any dynamic thread-local vars to store the transaction state
_clojure.jdbc_ does not use any dynamic thread-local vars to store the transaction state
of a connection. Instead of that, it overwrites the lexical scope value of `conn` with a new
connection that has transactional state.
====
Expand Down