Skip to content

Commit

Permalink
fix typo in doc.go
Browse files Browse the repository at this point in the history
  • Loading branch information
ekovacs authored and jackc committed Jan 13, 2024
1 parent 9346d48 commit dfb6489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit dfb6489

Please sign in to comment.