Skip to content

Commit

Permalink
docs(finance): fix bad see tags (#2660)
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT authored Feb 11, 2024
1 parent 9aab7c2 commit f6271dc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/modules/finance/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -643,10 +643,9 @@ export class FinanceModule extends ModuleBase {
/**
* Returns a random currency object, containing `code`, `name `and `symbol` properties.
*
* @see
* faker.finance.currencyCode(): For generating specifically the currency code.
* faker.finance.currencyName(): For generating specifically the currency name.
* faker.finance.currencySymbol(): For generating specifically the currency symbol.
* @see faker.finance.currencyCode(): For generating specifically the currency code.
* @see faker.finance.currencyName(): For generating specifically the currency name.
* @see faker.finance.currencySymbol(): For generating specifically the currency symbol.
*
* @example
* faker.finance.currency() // { code: 'USD', name: 'US Dollar', symbol: '$' }
Expand Down

0 comments on commit f6271dc

Please sign in to comment.