From 814a2a5f62b455564be591eb1aeeacc908211e7b Mon Sep 17 00:00:00 2001 From: hustLer2k <61846786+hustLer2k@users.noreply.github.com> Date: Tue, 31 Oct 2023 16:08:41 +0300 Subject: [PATCH] docs: fix response.vary jsdoc field param (#1767) --- lib/response.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/response.js b/lib/response.js index e835d2fae..a3ec20112 100644 --- a/lib/response.js +++ b/lib/response.js @@ -235,7 +235,7 @@ module.exports = { /** * Vary on `field`. * - * @param {String} field + * @param {String|String[]} field * @api public */