Skip to content

Commit d341448

Browse files
committed
loopdb: fix description of BaseDB.ExecTx
1 parent 2847e83 commit d341448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

loopdb/sqlite.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ func (db *BaseDB) BeginTx(ctx context.Context,
194194
}
195195

196196
// ExecTx is a wrapper for txBody to abstract the creation and commit of a db
197-
// transaction. The db transaction is embedded in a `*postgres.Queries` that
197+
// transaction. The db transaction is embedded in a `*sqlc.Queries` that
198198
// txBody needs to use when executing each one of the queries that need to be
199199
// applied atomically.
200200
func (db *BaseDB) ExecTx(ctx context.Context, txOptions TxOptions,

0 commit comments

Comments
 (0)