Skip to content

Commit 1a83d46

Browse files
committed
rename field to refers
Signed-off-by: Josh Dolitsky <[email protected]>
1 parent 2b8d25d commit 1a83d46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specs-go/v1/manifest.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ type Manifest struct {
3333
// Annotations contains arbitrary metadata for the image manifest.
3434
Annotations map[string]string `json:"annotations,omitempty"`
3535

36-
// Reference links a manifest to another existing manifest.
37-
Reference Descriptor `json:"reference,omitempty"`
36+
// Refers links a manifest to another existing manifest.
37+
Refers Descriptor `json:"refers,omitempty"`
3838
}

0 commit comments

Comments
 (0)