Skip to content

Commit

Permalink
internal/osv: fix type name in comment
Browse files Browse the repository at this point in the history
Change-Id: I348d3c315b69cf6ac2f8536414d41d4b9bf44bd0
GitHub-Last-Rev: a3d8dad
GitHub-Pull-Request: #8
Reviewed-on: https://go-review.googlesource.com/c/vuln/+/551135
Reviewed-by: Tim King <taking@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Tatiana Bradley <tatianabradley@google.com>
Run-TryBot: shuang cui <imcusg@gmail.com>
  • Loading branch information
cuishuang authored and timothy-king committed Dec 20, 2023
1 parent 701bd5f commit 7335627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/osv/osv.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ type Range struct {
Events []RangeEvent `json:"events"`
}

// Reference type is a reference (link) type.
// ReferenceType is a reference (link) type.
type ReferenceType string

const (
Expand Down

0 comments on commit 7335627

Please sign in to comment.