From 339fcff1d19e7ac4d39fe8cd4d5624ac3afb98de Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Wed, 02 Apr 2025 11:27:26 +0800 Subject: [PATCH] DB: Grammar --- database.go | 2 +- diff --git a/database.go b/database.go index 87fa9f492725493eb29527b4fd53d252e6795f1e..a3f5ab8e2f06bd43f345be2b93c1007fa2273f83 100644 --- a/database.go +++ b/database.go @@ -17,7 +17,7 @@ // at a single point. A failure to do so may cause things as serious as // privilege escalation. // database serves as the primary database handle for this entire application. -// Transactions or single reads may be used therefrom. A [pgxpool.Pool] is +// Transactions or single reads may be used from it. A [pgxpool.Pool] is // necessary to safely use pgx concurrently; pgx.Conn, etc. are insufficient. var database *pgxpool.Pool -- 2.48.1