fix typo in doc.go

pull/1875/head
Endre Kovács 2024-01-12 17:23:35 +01:00 committed by Jack Christensen
parent 9346d48035
commit dfb6489612
1 changed files with 1 additions and 1 deletions

2
doc.go
View File

@ -187,7 +187,7 @@ implemented on top of pgconn. The Conn.PgConn() method can be used to access thi
PgBouncer
By default pgx automatically uses prepared statements. Prepared statements are incompaptible with PgBouncer. This can be
By default pgx automatically uses prepared statements. Prepared statements are incompatible with PgBouncer. This can be
disabled by setting a different QueryExecMode in ConnConfig.DefaultQueryExecMode.
*/
package pgx