Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: fix missing bracket
Browse files Browse the repository at this point in the history
thisislawatts committed Sep 1, 2022
1 parent f5c924a commit e43939f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/security/index.ts
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ export class Security {
*
* @example
* faker.security.cve() // 'CVE-2011-0762'
* faker.security.cve({from:'2020-01-01T00:00:00.000Z', to: '2030-01-01T00:00:00.000Z') // 'CVE-2028-0762'
* faker.security.cve({from:'2020-01-01T00:00:00.000Z', to: '2030-01-01T00:00:00.000Z'}) // 'CVE-2028-0762'
*/
cve(
options: {

0 comments on commit e43939f

Please sign in to comment.