Skip to content

Commit 339fcff

Browse files
committed
DB: Grammar
1 parent 6c4e44e commit 339fcff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
// privilege escalation.
1818

1919
// database serves as the primary database handle for this entire application.
20-
// Transactions or single reads may be used therefrom. A [pgxpool.Pool] is
20+
// Transactions or single reads may be used from it. A [pgxpool.Pool] is
2121
// necessary to safely use pgx concurrently; pgx.Conn, etc. are insufficient.
2222
var database *pgxpool.Pool
2323

0 commit comments

Comments
 (0)