aboutsummaryrefslogtreecommitdiff
path: root/src/modules/finance
diff options
context:
space:
mode:
authorST-DDT <[email protected]>2024-02-19 20:32:33 +0100
committerGitHub <[email protected]>2024-02-19 20:32:33 +0100
commit25f2a0326b1103c8a47a06156d43d71d2d72b7fa (patch)
treeee5e7939a56a187f063d02998334706a1a5aa5e3 /src/modules/finance
parentaccf42c636b7ecea220676b7bc5dd2822bc97ed2 (diff)
downloadfaker-25f2a0326b1103c8a47a06156d43d71d2d72b7fa.tar.xz
faker-25f2a0326b1103c8a47a06156d43d71d2d72b7fa.zip
docs: more jsdoc fixes (#2668)
Diffstat (limited to 'src/modules/finance')
-rw-r--r--src/modules/finance/index.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/finance/index.ts b/src/modules/finance/index.ts
index 4013f99f..335bac97 100644
--- a/src/modules/finance/index.ts
+++ b/src/modules/finance/index.ts
@@ -759,8 +759,8 @@ export class FinanceModule extends ModuleBase {
/**
* Generates a random credit card number.
*
- * @param options An options object. Defaults to `''`.
- * @param options.issuer The name of the issuer (case-insensitive) or the format used to generate one.
+ * @param options An options object.
+ * @param options.issuer The name of the issuer (case-insensitive) or the format used to generate one. Defaults to `''`.
*
* @example
* faker.finance.creditCardNumber() // '4427163488662'
@@ -781,7 +781,7 @@ export class FinanceModule extends ModuleBase {
* Generates a random credit card number.
*
* @param options An options object, the issuer or a custom format.
- * @param options.issuer The name of the issuer (case-insensitive) or the format used to generate one.
+ * @param options.issuer The name of the issuer (case-insensitive) or the format used to generate one. Defaults to `''`.
*
* @example
* faker.finance.creditCardNumber() // '4427163488662'