Skip to content

Commit 75a01ac

Browse files
chore: formatting of jsdoc
Co-authored-by: Shinigami <[email protected]>
1 parent cc27223 commit 75a01ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/security/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export class Security {
2727
*
2828
* @example
2929
* faker.security.cve() // 'CVE-2011-0762'
30-
* faker.security.cve({from:'2020-01-01T00:00:00.000Z', to: '2030-01-01T00:00:00.000Z') // 'CVE-2028-0762'
30+
* faker.security.cve({ from: '2020-01-01T00:00:00.000Z', to: '2030-01-01T00:00:00.000Z' }) // 'CVE-2028-0762'
3131
*/
3232
cve(
3333
options: {

0 commit comments

Comments
 (0)