Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yansal committed Jan 19, 2021
1 parent 862a36f commit 1688ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dialect/postgres/postgres.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ type PGDialect struct {
conn *pgx.Conn
}

// CLose closes a connection.
// Close closes a connection.
func (d *PGDialect) Close(ctx context.Context) error {
return d.conn.Close(ctx)
}
Expand Down

0 comments on commit 1688ada

Please sign in to comment.