Skip to content

Commit e43939f

Browse files
committed
docs: fix missing bracket
1 parent f5c924a commit e43939f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/security/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export class Security {
2929
*
3030
* @example
3131
* faker.security.cve() // 'CVE-2011-0762'
32-
* faker.security.cve({from:'2020-01-01T00:00:00.000Z', to: '2030-01-01T00:00:00.000Z') // 'CVE-2028-0762'
32+
* faker.security.cve({from:'2020-01-01T00:00:00.000Z', to: '2030-01-01T00:00:00.000Z'}) // 'CVE-2028-0762'
3333
*/
3434
cve(
3535
options: {

0 commit comments

Comments
 (0)