From d3837e0f1d9878f39255901da1dfce3a5a6b7f7a Mon Sep 17 00:00:00 2001 From: anatoly Date: Mon, 2 Apr 2018 17:27:46 -0400 Subject: [PATCH] docs: fix "does [verb]" --- doc/content.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/content.adoc b/doc/content.adoc index fad9ddc..81bbeeb 100644 --- a/doc/content.adoc +++ b/doc/content.adoc @@ -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. @@ -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. ====