Skip to content

Commit de41c0b

Browse files
tonyspbdougwilson
authored andcommitted
Fix res.cookie jsdoc comment
closes #3304
1 parent a13938e commit de41c0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/response.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,7 @@ res.clearCookie = function clearCookie(name, options) {
777777
*
778778
* @param {String} name
779779
* @param {String|Object} value
780-
* @param {Options} options
780+
* @param {Object} [options]
781781
* @return {ServerResponse} for chaining
782782
* @public
783783
*/

0 commit comments

Comments
 (0)