Skip to content

Commit c911d86

Browse files
authored
Merge pull request #2309 from dzherb/fix_doc
chore: fix typo in doc
2 parents c92d0a9 + 2bac99e commit c911d86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ For debug tracing of the actual PostgreSQL wire protocol messages see github.com
183183
184184
Lower Level PostgreSQL Functionality
185185
186-
github.com/jackc/pgx/v5/pgconn contains a lower level PostgreSQL driver roughly at the level of libpq. pgx.Conn in
186+
github.com/jackc/pgx/v5/pgconn contains a lower level PostgreSQL driver roughly at the level of libpq. pgx.Conn is
187187
implemented on top of pgconn. The Conn.PgConn() method can be used to access this lower layer.
188188
189189
PgBouncer

0 commit comments

Comments
 (0)