Skip to content

Commit

Permalink
Fix res.cookie jsdoc comment
Browse files Browse the repository at this point in the history
closes #3304
  • Loading branch information
tonyspb authored and dougwilson committed May 11, 2017
1 parent a13938e commit de41c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/response.js
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ res.clearCookie = function clearCookie(name, options) {
*
* @param {String} name
* @param {String|Object} value
* @param {Options} options
* @param {Object} [options]
* @return {ServerResponse} for chaining
* @public
*/
Expand Down

0 comments on commit de41c0b

Please sign in to comment.