Skip to content

Commit

Permalink
[minor] Fix typo in code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Marak committed Sep 8, 2017
1 parent d2bc309 commit b61947d
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 @@ -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
*/
Expand Down

0 comments on commit b61947d

Please sign in to comment.