aboutsummaryrefslogtreecommitdiff
path: root/src/modules
diff options
context:
space:
mode:
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: '$' }