From 62b1aed46b108b08b25fcedf8d2606870cffb233 Mon Sep 17 00:00:00 2001 From: ST-DDT Date: Mon, 17 Apr 2023 10:13:48 +0200 Subject: chore: consistent jsdocs tag formatting (#2056) --- src/modules/system/index.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/modules/system') 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' -- cgit v1.2.3