From dfb6489612684f664c0176416e5d114d26cbd10c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Endre=20Kov=C3=A1cs?= Date: Fri, 12 Jan 2024 17:23:35 +0100 Subject: [PATCH] fix typo in doc.go --- doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc.go b/doc.go index 7486f42c5..db99fc4cb 100644 --- a/doc.go +++ b/doc.go @@ -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