diff options
| author | Marak <[email protected]> | 2017-09-08 16:02:15 -0400 |
|---|---|---|
| committer | Marak <[email protected]> | 2017-09-08 16:02:15 -0400 |
| commit | b61947dccad28a85252575d2bd90078c181e13b8 (patch) | |
| tree | d66ad9dcd08c1d7d9c6ed3b122f11198ea86551c /lib | |
| parent | d2bc3091e84ba03db44a6e76e938ecf307214a57 (diff) | |
| download | faker-b61947dccad28a85252575d2bd90078c181e13b8.tar.xz faker-b61947dccad28a85252575d2bd90078c181e13b8.zip | |
[minor] Fix typo in code comment
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 84c39911..8dccf376 100644 --- a/lib/random.js +++ b/lib/random.js @@ -71,7 +71,7 @@ function Random (faker, seed) { /** * takes an array and returns a subset with random elements of the array * - * @method faker.random.arrayElement + * @method faker.random.arrayElements * @param {array} array * @param {number} count number of elements to pick */ |
