mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 05:40:11 +01:00
Merge pull request #5 from s-l-teichmann/fix-lint
Fix typo in doc comment
This commit is contained in:
commit
b3332cf288
1 changed files with 1 additions and 1 deletions
|
|
@ -458,7 +458,7 @@ type VulnerabilityID struct {
|
|||
Text *string `json:"text"` // required
|
||||
}
|
||||
|
||||
// VulneratilityIDs is a list of VulnerabilityID elements.
|
||||
// VulnerabilityIDs is a list of VulnerabilityID elements.
|
||||
type VulnerabilityIDs []*VulnerabilityID
|
||||
|
||||
// InvolvementParty is the party of an involvement.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue