Skip to content

Commit dfb6489

Browse files
ekovacsjackc
authored andcommitted
fix typo in doc.go
1 parent 9346d48 commit dfb6489

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
@@ -187,7 +187,7 @@ implemented on top of pgconn. The Conn.PgConn() method can be used to access thi
187187
188188
PgBouncer
189189
190-
By default pgx automatically uses prepared statements. Prepared statements are incompaptible with PgBouncer. This can be
190+
By default pgx automatically uses prepared statements. Prepared statements are incompatible with PgBouncer. This can be
191191
disabled by setting a different QueryExecMode in ConnConfig.DefaultQueryExecMode.
192192
*/
193193
package pgx

0 commit comments

Comments
 (0)