Merge pull request #595 from nvartolomei/master
Fix param tag on Application.use method
This commit is contained in:
commit
6a5c2e529a
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ module.exports = class Application extends Emitter {
|
||||||
/**
|
/**
|
||||||
* Use the given middleware `fn`.
|
* Use the given middleware `fn`.
|
||||||
*
|
*
|
||||||
* @param {GeneratorFunction} fn
|
* @param {Function} fn
|
||||||
* @return {Application} self
|
* @return {Application} self
|
||||||
* @api public
|
* @api public
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue