From 2e0bf54ff879f110a7ee344856d9d0397a44e256 Mon Sep 17 00:00:00 2001 From: Andreas Kohn Date: Sat, 26 May 2018 21:58:15 +0200 Subject: [PATCH] Fix JSDoc for Router constructor closes #67 --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index e2369b5..8e79b94 100644 --- a/index.js +++ b/index.js @@ -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 */