mirror of
https://github.com/jackc/pgx.git
synced 2025-05-31 11:42:24 +00:00
Fix typo
This commit is contained in:
parent
5e91defb41
commit
f65776f084
2
conn.go
2
conn.go
@ -190,7 +190,7 @@ var ErrDeadConn = errors.New("conn is dead")
|
||||
var ErrTLSRefused = errors.New("server refused TLS connection")
|
||||
|
||||
// ErrConnBusy occurs when the connection is busy (for example, in the middle of
|
||||
// reading query results) and another action is attempts.
|
||||
// reading query results) and another action is attempted.
|
||||
var ErrConnBusy = errors.New("conn is busy")
|
||||
|
||||
// ErrInvalidLogLevel occurs on attempt to set an invalid log level.
|
||||
|
Loading…
x
Reference in New Issue
Block a user