Skip to content

Commit 19b8662

Browse files
authoredSep 15, 2020
docs(jsdocs): fix jsdoc for response.sendRaw (#1858)
1 parent 9153587 commit 19b8662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lib/response.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ function patch(Response) {
327327
* @instance
328328
* @function sendRaw
329329
* @param {Number} [code] - http status code
330-
* @param {Object | Buffer | Error} [body] - the content to send
330+
* @param {string | Buffer} [body] - the content to send
331331
* @param {Object} [headers] - any add'l headers to set
332332
* @returns {Object} the response object
333333
*/

0 commit comments

Comments
 (0)
Please sign in to comment.