aboutsummaryrefslogtreecommitdiff
path: root/src/modules
diff options
context:
space:
mode:
authorST-DDT <[email protected]>2024-02-11 16:55:45 +0100
committerGitHub <[email protected]>2024-02-11 16:55:45 +0100
commitf6271dc866bca90151fa8a332e6e263c60f968de (patch)
treed96ae8196efc8ca572ec12008d3abe8dcb4c0fda /src/modules
parent9aab7c2429b50c0f6e8bd1908344f9ff92912f5d (diff)
downloadfaker-f6271dc866bca90151fa8a332e6e263c60f968de.tar.xz
faker-f6271dc866bca90151fa8a332e6e263c60f968de.zip
docs(finance): fix bad see tags (#2660)
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/finance/index.ts7
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: '$' }