From a0c76b897c0e900acc88077432fdb1b18c14cf06 Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Fri, 21 Aug 2015 13:50:27 -0500 Subject: [PATCH] Fix doc typos --- conn.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conn.go b/conn.go index 57450da7..a8c71636 100644 --- a/conn.go +++ b/conn.go @@ -370,9 +370,9 @@ func ParseDSN(s string) (ConnConfig, error) { // for details on what level of security each sslmode provides. // // "require" and "verify-ca" modes currently are treated as "verify-full". e.g. -// "They have stronger security guarantees than they would with libpq. Do not -// "rely on this behavior as it may be possible to match libpq in the match. If -// "you need full security use "verify-full". +// They have stronger security guarantees than they would with libpq. Do not +// rely on this behavior as it may be possible to match libpq in the future. If +// you need full security use "verify-full". // // Several of the PGSSLMODE options (including the default behavior of "prefer") // will set UseFallbackTLS to true and FallbackTLSConfig to a disabled or