Merge pull request from dntj/patch-1

Fix docs in stdlib.
pull/363/head
Jack Christensen 2017-12-09 11:07:44 -06:00 committed by GitHub
commit d7c2282f2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
stdlib

View File

@ -19,7 +19,7 @@
// setting an AfterConnect hook.
//
// driverConfig := stdlib.DriverConfig{
// ConnConfig: ConnConfig: pgx.ConnConfig{
// ConnConfig: pgx.ConnConfig{
// Logger: logger,
// },
// AfterConnect: func(c *pgx.Conn) error {