Skip to content

Commit

Permalink
Explicityly state pgxpool's concurrency-safety
Browse files Browse the repository at this point in the history
refs #866
  • Loading branch information
jackc committed Nov 9, 2020
1 parent eeaa26a commit 93c6b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pgxpool/doc.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Package pgxpool is a connection pool for pgx.
// Package pgxpool is a concurrency-safe connection pool for pgx.
/*
pgxpool implements a nearly identical interface to pgx connections.
Expand Down

0 comments on commit 93c6b60

Please sign in to comment.