pg: fix typo (#8750)

pull/8771/head
Quix 2021-02-15 10:53:38 -05:00 committed by GitHub
parent 35f45b8e5e
commit 6a21b8cc8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ fn res_to_rows(res voidptr) []Row {
return rows return rows
} }
// close frees the underlaying resource allocated by the database connection // close frees the underlying resource allocated by the database connection
pub fn (db DB) close() { pub fn (db DB) close() {
C.PQfinish(db.conn) C.PQfinish(db.conn)
} }