Skip to content

Commit 3ff2369

Browse files
authored
Merge pull request #484 from q384566678/json-test
Fix "manifest list" typos for manifest annotations
2 parents a8963c5 + 09f618b commit 3ff2369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs-go/v1/manifest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ type Manifest struct {
2727
// Layers is an indexed list of layers referenced by the manifest.
2828
Layers []Descriptor `json:"layers"`
2929

30-
// Annotations contains arbitrary metadata for the manifest.
30+
// Annotations contains arbitrary metadata for the image manifest.
3131
Annotations map[string]string `json:"annotations,omitempty"`
3232
}

0 commit comments

Comments
 (0)