Skip to content

Commit badc3da

Browse files
ankondougwilson
authored andcommitted
Fix JSDoc for Router constructor
closes #67
1 parent e992031 commit badc3da

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

HISTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
unreleased
2+
==========
3+
4+
* Fix JSDoc for `Router` constructor
5+
16
1.3.2 / 2017-09-24
27
==================
38

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ module.exports.Route = Route
4848
/**
4949
* Initialize a new `Router` with the given `options`.
5050
*
51-
* @param {object} options
51+
* @param {object} [options]
5252
* @return {Router} which is a callable function
5353
* @public
5454
*/

0 commit comments

Comments
 (0)