Fix the order of arguments in the jsdoc comment.

This commit is contained in:
Charlie Schliesser 2017-03-13 10:34:49 -05:00
parent afeedcc7b2
commit f96e7433d8
1 changed files with 2 additions and 2 deletions

View File

@ -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 = [