Update code comment

This commit is contained in:
Christopher Jones 2020-11-29 09:38:47 +11:00
parent 7e71845eaa
commit 253f570e07
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ async function createPool(poolAttrs) {
//-----------------------------------------------------------------------------
// getConnection()
// Gets a standalone connection from the database.
// Gets either a standalone connection, or a connection from a pool cache
//-----------------------------------------------------------------------------
async function getConnection(a1) {
let pool;