Skip to content

Commit

Permalink
fix identifier in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
glimberg committed Feb 26, 2024
1 parent f16eb21 commit 57a10c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adapter.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func WithTimeout(timeout time.Duration) Option {
}
}

// WithPool can be used to pass an existing *pgxpool.Pool instance
// WithConnectionPool can be used to pass an existing *pgxpool.Pool instance
func WithConnectionPool(pool *pgxpool.Pool) Option {
return func(a *Adapter) {
a.pool = pool
Expand Down

0 comments on commit 57a10c7

Please sign in to comment.