Skip to content

Commit 93bd6fa

Browse files
committed
Fix typos in CreditType comments
1 parent cd18c76 commit 93bd6fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/schema.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -500,10 +500,10 @@ pub struct Severity {
500500
#[serde(rename_all = "UPPERCASE")]
501501
#[non_exhaustive]
502502
pub enum CreditType {
503-
/// Validated the vulnerability to ensure accruacy or severity.
503+
/// Validated the vulnerability to ensure accuracy or severity.
504504
Analyst,
505505

506-
/// Facilitated the corredinated response process.
506+
/// Facilitated the coordinated response process.
507507
Coordinator,
508508

509509
/// Identified the vulnerability

0 commit comments

Comments
 (0)