From f96e7433d82f60050de6c05159019f4f59b14027 Mon Sep 17 00:00:00 2001 From: Charlie Schliesser Date: Mon, 13 Mar 2017 10:34:49 -0500 Subject: [PATCH] Fix the order of arguments in the jsdoc comment. --- lib/content-negotiation.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/content-negotiation.js b/lib/content-negotiation.js index 21ff9e4..17e56e6 100644 --- a/lib/content-negotiation.js +++ b/lib/content-negotiation.js @@ -18,9 +18,9 @@ module.exports = negotiateContentProducer; * to resolve the correct operation * * @param req request object - * @param {Object} options options of strong-error-handler * @param {Function} logWarning a logger function for reporting warnings - * @returns {Function} Opeartion function with signature `fn(res, data)` + * @param {Object} options options of strong-error-handler + * @returns {Function} Operation function with signature `fn(res, data)` */ function negotiateContentProducer(req, logWarning, options) { var SUPPORTED_TYPES = [