Skip to content

Commit c93d40f

Browse files
committed
Reword description of AcquireOnDemand
1 parent 1cacce0 commit c93d40f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Database/PostgreSQL/PQTypes/Transaction/Settings.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ data ConnectionAcquisitionMode
4949
= -- | Acquire a connection on demand, i.e. only when a query needs to be
5050
-- run. This mode enables you to have a
5151
-- t'Database.PostgreSQL.PQTypes.Class.MonadDB' constraint in scope without
52-
-- keeping a transaction open, but allows only execution of read only
52+
-- keeping a transaction open, but is limited to executionn of read only
5353
-- queries.
5454
AcquireOnDemand
5555
| -- | Acquire a connection, start a transaction with a given isolation level

0 commit comments

Comments
 (0)