Skip to content

Commit 6e9acd8

Browse files
authored
fix: jsdoc (#385)
1 parent b248812 commit 6e9acd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/postgresql.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ PostgreSQL.prototype.connect = function(callback) {
112112
* @param {Object} [options] Options object
113113
* @callback {Function} [callback] The callback after the SQL statement is executed
114114
* @param {String|Error} err The error string or object
115-
* @param {Object[]) data The result from the SQL
115+
* @param {Object[]} data The result from the SQL
116116
*/
117117
PostgreSQL.prototype.executeSQL = function(sql, params, options, callback) {
118118
const self = this;

0 commit comments

Comments
 (0)