Skip to content

Commit 253f570

Browse files
committed
Update code comment
1 parent 7e71845 commit 253f570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/oracledb.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ async function createPool(poolAttrs) {
234234

235235
//-----------------------------------------------------------------------------
236236
// getConnection()
237-
// Gets a standalone connection from the database.
237+
// Gets either a standalone connection, or a connection from a pool cache
238238
//-----------------------------------------------------------------------------
239239
async function getConnection(a1) {
240240
let pool;

0 commit comments

Comments
 (0)