Skip to content

Commit

Permalink
Mark "options" param as optional in jsdoc (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jokero authored and leo committed Feb 1, 2017
1 parent 5260a41 commit 0f113ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -16,7 +16,7 @@ var y = d * 365.25
* - `long` verbose formatting [false]
*
* @param {String|Number} val
* @param {Object} options
* @param {Object} [options]
* @throws {Error} throw an error if val is not a non-empty string or a number
* @return {String|Number}
* @api public
Expand Down

0 comments on commit 0f113ee

Please sign in to comment.