We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9346d48 commit dfb6489Copy full SHA for dfb6489
doc.go
@@ -187,7 +187,7 @@ implemented on top of pgconn. The Conn.PgConn() method can be used to access thi
187
188
PgBouncer
189
190
-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
191
disabled by setting a different QueryExecMode in ConnConfig.DefaultQueryExecMode.
192
*/
193
package pgx
0 commit comments