aboutsummaryrefslogtreecommitdiff
path: root/src/modules/system
diff options
context:
space:
mode:
authorST-DDT <[email protected]>2023-04-17 10:13:48 +0200
committerGitHub <[email protected]>2023-04-17 08:13:48 +0000
commit62b1aed46b108b08b25fcedf8d2606870cffb233 (patch)
tree8626a5101dfb7a63752397f8e02d914ed1c5c225 /src/modules/system
parent153e0ca29742c42814a97117f7d976f23e93c0d4 (diff)
downloadfaker-62b1aed46b108b08b25fcedf8d2606870cffb233.tar.xz
faker-62b1aed46b108b08b25fcedf8d2606870cffb233.zip
chore: consistent jsdocs tag formatting (#2056)
Diffstat (limited to 'src/modules/system')
-rw-r--r--src/modules/system/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/system/index.ts b/src/modules/system/index.ts
index 35ca2c8d..a4cf6745 100644
--- a/src/modules/system/index.ts
+++ b/src/modules/system/index.ts
@@ -102,6 +102,7 @@ export class SystemModule {
* Returns a random file name with a given extension or a commonly used extension.
*
* @param ext Extension. Empty string is considered to be not set.
+ *
* @example
* faker.system.commonFileName() // 'dollar.jpg'
* faker.system.commonFileName('txt') // 'global_borders_wyoming.txt'