Skip to content

Commit

Permalink
chore: formatting of jsdoc
Browse files Browse the repository at this point in the history
Co-authored-by: Shinigami <chrissi92@hotmail.de>
  • Loading branch information
thisislawatts and Shinigami92 authored Aug 11, 2022
1 parent cc27223 commit 75a01ac
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
Expand Up @@ -27,7 +27,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: {
Expand Down

0 comments on commit 75a01ac

Please sign in to comment.