manifest: versioned: fix typo

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
Antonio Murdaca 2016-07-19 13:54:41 +02:00
parent aa3de8fd4f
commit 2ea0a41872
No known key found for this signature in database
GPG key ID: B2BEAD150DE936B9

View file

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