aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMarak <[email protected]>2017-09-08 16:02:15 -0400
committerMarak <[email protected]>2017-09-08 16:02:15 -0400
commitb61947dccad28a85252575d2bd90078c181e13b8 (patch)
treed66ad9dcd08c1d7d9c6ed3b122f11198ea86551c /lib
parentd2bc3091e84ba03db44a6e76e938ecf307214a57 (diff)
downloadfaker-b61947dccad28a85252575d2bd90078c181e13b8.tar.xz
faker-b61947dccad28a85252575d2bd90078c181e13b8.zip
[minor] Fix typo in code comment
Diffstat (limited to 'lib')
-rw-r--r--lib/random.js2
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
*/