diff options
| author | Johnny Reina <[email protected]> | 2017-07-27 21:32:19 -0500 |
|---|---|---|
| committer | Johnny Reina <[email protected]> | 2017-07-27 21:32:19 -0500 |
| commit | f5fc455a8fa2203970199fcc364acd32ab657106 (patch) | |
| tree | 770dff776b07e401e99d35fb0089a8f39b7dc973 /lib | |
| parent | 4fd893c39d95a60345b2f5ca7109122d5bebbf04 (diff) | |
| download | faker-f5fc455a8fa2203970199fcc364acd32ab657106.tar.xz faker-f5fc455a8fa2203970199fcc364acd32ab657106.zip | |
Adds description to lorem.word()
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/lorem.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lorem.js b/lib/lorem.js index d344de15..32e89959 100644 --- a/lib/lorem.js +++ b/lib/lorem.js @@ -8,7 +8,7 @@ var Lorem = function (faker) { var Helpers = faker.helpers; /** - * word + * generates a word of a specified length * * @method faker.lorem.word * @param {number} length |
