Skip to content

Commit

Permalink
Fix JSDoc for Router constructor
Browse files Browse the repository at this point in the history
closes #67
  • Loading branch information
ankon authored and dougwilson committed Jul 2, 2018
1 parent e992031 commit 2e0bf54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ module.exports.Route = Route
/**
* Initialize a new `Router` with the given `options`.
*
* @param {object} options
* @param {object} [options]
* @return {Router} which is a callable function
* @public
*/
Expand Down

0 comments on commit 2e0bf54

Please sign in to comment.