Skip to content

Commit

Permalink
chore: rephrase
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT committed Dec 28, 2024
1 parent 0c38c45 commit dfb81dc
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/modules/finance/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export class FinanceModule extends ModuleBase {
*
* @param length The length of the account number. Defaults to `8`.
*
* @see faker.string.numeric(): For more control over the generated number.
* @see faker.string.numeric(): For generating the number with greater control.
*
* @example
* faker.finance.accountNumber() // 92842238
Expand All @@ -79,7 +79,7 @@ export class FinanceModule extends ModuleBase {
* @param options An options object.
* @param options.length The length of the account number. Defaults to `8`.
*
* @see faker.string.numeric(): For more control over the generated number.
* @see faker.string.numeric(): For generating the number with greater control.
*
* @example
* faker.finance.accountNumber() // 92842238
Expand All @@ -101,7 +101,7 @@ export class FinanceModule extends ModuleBase {
* @param optionsOrLength An options object or the length of the account number.
* @param optionsOrLength.length The length of the account number. Defaults to `8`.
*
* @see faker.string.numeric(): For more control over the generated number.
* @see faker.string.numeric(): For generating the number with greater control.
*
* @example
* faker.finance.accountNumber() // 92842238
Expand All @@ -128,7 +128,7 @@ export class FinanceModule extends ModuleBase {
* @param options An options object or the length of the account number.
* @param options.length The length of the account number. Defaults to `8`.
*
* @see faker.string.numeric(): For more control over the generated number.
* @see faker.string.numeric(): For generating the number with greater control.
*
* @example
* faker.finance.accountNumber() // 92842238
Expand Down Expand Up @@ -376,7 +376,7 @@ export class FinanceModule extends ModuleBase {
* @param options.symbol The symbol used to prefix the amount. Defaults to `''`.
* @param options.autoFormat If true this method will use `Number.toLocaleString()`. Otherwise it will use `Number.toFixed()`.
*
* @see faker.number.float(): For more control over the generated number.
* @see faker.number.float(): For generating the amount with greater control.
*
* @example
* faker.finance.amount() // '617.87'
Expand Down Expand Up @@ -728,7 +728,7 @@ export class FinanceModule extends ModuleBase {
*
* @throws Will throw an error if length is less than 1.
*
* @see faker.string.numeric(): For more control over the generated number.
* @see faker.string.numeric(): For generating the pin with greater control.
*
* @example
* faker.finance.pin() // '5067'
Expand All @@ -745,7 +745,7 @@ export class FinanceModule extends ModuleBase {
*
* @throws Will throw an error if length is less than 1.
*
* @see faker.string.numeric(): For more control over the generated number.
* @see faker.string.numeric(): For generating the pin with greater control.
*
* @example
* faker.finance.pin() // '5067'
Expand All @@ -769,7 +769,7 @@ export class FinanceModule extends ModuleBase {
*
* @throws Will throw an error if length is less than 1.
*
* @see faker.string.numeric(): For more control over the generated number.
* @see faker.string.numeric(): For generating the pin with greater control.
*
* @example
* faker.finance.pin() // '5067'
Expand Down Expand Up @@ -798,7 +798,7 @@ export class FinanceModule extends ModuleBase {
*
* @throws Will throw an error if length is less than 1.
*
* @see faker.string.numeric(): For more control over the generated number.
* @see faker.string.numeric(): For generating the pin with greater control.
*
* @example
* faker.finance.pin() // '5067'
Expand Down

0 comments on commit dfb81dc

Please sign in to comment.