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 badc3da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions HISTORY.md
@@ -1,3 +1,8 @@
unreleased
==========

* Fix JSDoc for `Router` constructor

1.3.2 / 2017-09-24
==================

Expand Down
2 changes: 1 addition & 1 deletion index.js
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 badc3da

Please sign in to comment.