Skip to content

Commit

Permalink
docs(jsdocs): fix jsdoc for response.sendRaw (#1858)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanresnick committed Sep 15, 2020
1 parent 9153587 commit 19b8662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/response.js
Expand Up @@ -327,7 +327,7 @@ function patch(Response) {
* @instance
* @function sendRaw
* @param {Number} [code] - http status code
* @param {Object | Buffer | Error} [body] - the content to send
* @param {string | Buffer} [body] - the content to send
* @param {Object} [headers] - any add'l headers to set
* @returns {Object} the response object
*/
Expand Down

0 comments on commit 19b8662

Please sign in to comment.