Skip to content

Commit 199fc84

Browse files
authored
Merge pull request #65 from gcmurphy/codex/fix-typos-in-credittype-enum
Fix typos in CreditType documentation
2 parents cd18c76 + 93bd6fa commit 199fc84

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)