diff options
| author | ST-DDT <[email protected]> | 2024-02-11 16:55:45 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-02-11 16:55:45 +0100 |
| commit | f6271dc866bca90151fa8a332e6e263c60f968de (patch) | |
| tree | d96ae8196efc8ca572ec12008d3abe8dcb4c0fda | |
| parent | 9aab7c2429b50c0f6e8bd1908344f9ff92912f5d (diff) | |
| download | faker-f6271dc866bca90151fa8a332e6e263c60f968de.tar.xz faker-f6271dc866bca90151fa8a332e6e263c60f968de.zip | |
docs(finance): fix bad see tags (#2660)
| -rw-r--r-- | src/modules/finance/index.ts | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/modules/finance/index.ts b/src/modules/finance/index.ts index f7a84f74..a19595d3 100644 --- a/src/modules/finance/index.ts +++ b/src/modules/finance/index.ts @@ -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: '$' } |
