From 4ad8faf616e0b804a547ea2348f299e615425ae7 Mon Sep 17 00:00:00 2001 From: jannyHou Date: Tue, 9 Jul 2019 14:52:27 -0400 Subject: [PATCH] fix: jsdoc --- lib/postgresql.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/postgresql.js b/lib/postgresql.js index 0d7236bb..0a538d8f 100644 --- a/lib/postgresql.js +++ b/lib/postgresql.js @@ -112,7 +112,7 @@ PostgreSQL.prototype.connect = function(callback) { * @param {Object} [options] Options object * @callback {Function} [callback] The callback after the SQL statement is executed * @param {String|Error} err The error string or object - * @param {Object[]) data The result from the SQL + * @param {Object[]} data The result from the SQL */ PostgreSQL.prototype.executeSQL = function(sql, params, options, callback) { const self = this;