Skip to content

Commit 16534da

Browse files
author
Ruben Bridgewater
committed
Fix jsdoc statement
1 parent f6cd8cc commit 16534da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/parser.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ function handleError (parser, error) {
145145
}
146146

147147
/**
148-
* Parse a
148+
* Parse a '*' redis array response
149149
* @param parser
150150
* @returns {*}
151151
*/
@@ -234,6 +234,7 @@ function JavascriptRedisParser (options) {
234234
/**
235235
* Parse the redis buffer
236236
* @param buffer
237+
* @returns {undefined}
237238
*/
238239
JavascriptRedisParser.prototype.execute = function (buffer) {
239240
if (this.buffer === null) {

0 commit comments

Comments
 (0)