From f6271dc866bca90151fa8a332e6e263c60f968de Mon Sep 17 00:00:00 2001 From: ST-DDT Date: Sun, 11 Feb 2024 16:55:45 +0100 Subject: docs(finance): fix bad see tags (#2660) --- src/modules/finance/index.ts | 7 +++---- 1 file 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: '$' } -- cgit v1.2.3