Skip to content

Commit 7335627

Browse files
cuishuangtimothy-king
authored andcommitted
internal/osv: fix type name in comment
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>
1 parent 701bd5f commit 7335627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/osv/osv.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ type Range struct {
9797
Events []RangeEvent `json:"events"`
9898
}
9999

100-
// Reference type is a reference (link) type.
100+
// ReferenceType is a reference (link) type.
101101
type ReferenceType string
102102

103103
const (

0 commit comments

Comments
 (0)