From 2430e38ef90a28f458c6d4f1a3e8e416fa137cab Mon Sep 17 00:00:00 2001 From: zacanger Date: Mon, 6 Jul 2020 09:02:14 +0000 Subject: [PATCH] fix(jsdoc): send return type (#141) --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 18b4a36..064c09e 100644 --- a/index.js +++ b/index.js @@ -30,7 +30,7 @@ module.exports = send * @param {Context} ctx * @param {String} path * @param {Object} [opts] - * @return {Function} + * @return {Promise} * @api public */