Merge pull request #1850 from runcom/typo

manifest: versioned: fix typo
This commit is contained in:
Richard Scothern 2016-07-19 09:08:42 -07:00 committed by GitHub
commit 96a1aec65d

View file

@ -1,8 +1,8 @@
package manifest
// Versioned provides a struct with the manifest schemaVersion and . Incoming
// content with unknown schema version can be decoded against this struct to
// check the version.
// Versioned provides a struct with the manifest schemaVersion and mediaType.
// Incoming content with unknown schema version can be decoded against this
// struct to check the version.
type Versioned struct {
// SchemaVersion is the image manifest schema that this image follows
SchemaVersion int `json:"schemaVersion"`