Skip to content

Commit

Permalink
Merge pull request #694 from Tomassito/patch-1
Browse files Browse the repository at this point in the history
Added options schema to JSDocs
  • Loading branch information
Marak authored Oct 15, 2018
2 parents ffd90cb + 3ff8b1e commit 8f76fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/random.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function Random (faker, seed) {
* returns a single random number based on a max number or range
*
* @method faker.random.number
* @param {mixed} options
* @param {mixed} options {min, max, precision}
*/
this.number = function (options) {

Expand Down

0 comments on commit 8f76fa2

Please sign in to comment.