diff options
| author | Marak <[email protected]> | 2018-10-15 00:16:06 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-10-15 00:16:06 -0400 |
| commit | 8f76fa2ca1de4e20688d289302656f4de0c9ad11 (patch) | |
| tree | 4caf94027749ac35592d88de3d6cbc959137887d /lib | |
| parent | ffd90cbf3ee9bc37963a2893a45955a5bcaa922b (diff) | |
| parent | 3ff8b1e639dbe0127a9709647fd854f09715c865 (diff) | |
| download | faker-8f76fa2ca1de4e20688d289302656f4de0c9ad11.tar.xz faker-8f76fa2ca1de4e20688d289302656f4de0c9ad11.zip | |
Merge pull request #694 from Tomassito/patch-1
Added options schema to JSDocs
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/random.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/random.js b/lib/random.js index d3a32830..5d6c7e1a 100644 --- a/lib/random.js +++ b/lib/random.js @@ -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) { |
