diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/helpers.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/helpers.js b/lib/helpers.js index 9bb78267..a602ede6 100644 --- a/lib/helpers.js +++ b/lib/helpers.js @@ -56,7 +56,8 @@ var Helpers = function (faker) { }; /** - * parses string for symbols (numbers or letters) and replaces them appropriately + * parses string for symbols (numbers or letters) and replaces them appropriately (# will be replaced with number, + * ? with letter and * will be replaced with number or letter) * * @method faker.helpers.replaceSymbols * @param {string} string |
