diff options
| author | Eric Cheng <[email protected]> | 2022-05-24 09:49:41 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-05-24 13:49:41 +0000 |
| commit | 9432eddae7ce2451ad68d5fccda426df059073c5 (patch) | |
| tree | 88b814056fb074c63cae14e8dfd929cf4574edda /src/modules/helpers | |
| parent | dc5c72070c2dd32e9b1cb32368646fa6ae1bed0c (diff) | |
| download | faker-9432eddae7ce2451ad68d5fccda426df059073c5.tar.xz faker-9432eddae7ce2451ad68d5fccda426df059073c5.zip | |
docs: replace Luhn-based function jsdocs with valid numbers (#995)
Diffstat (limited to 'src/modules/helpers')
| -rw-r--r-- | src/modules/helpers/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/helpers/index.ts b/src/modules/helpers/index.ts index 386bcce8..ac302c6d 100644 --- a/src/modules/helpers/index.ts +++ b/src/modules/helpers/index.ts @@ -132,7 +132,7 @@ export class Helpers { * @param symbol The symbol to replace with a digit. * * @example - * faker.helpers.replaceCreditCardSymbols() // '6453-4876-8626-8995-3779' + * faker.helpers.replaceCreditCardSymbols() // '6453-4876-8626-8995-3771' * faker.helpers.replaceCreditCardSymbols('1234-[4-9]-##!!-L') // '1234-9-5298-2' */ replaceCreditCardSymbols( |
