Fix param tag on Application.use method
This commit is contained in:
parent
667628d333
commit
61f7c6b5c5
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ module.exports = class Application extends Emitter {
|
|||
/**
|
||||
* Use the given middleware `fn`.
|
||||
*
|
||||
* @param {GeneratorFunction} fn
|
||||
* @param {Function} fn
|
||||
* @return {Application} self
|
||||
* @api public
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue