From 2ea0a4187293bbd307fb680d7a39b0d5afdc61ac Mon Sep 17 00:00:00 2001 From: Antonio Murdaca Date: Tue, 19 Jul 2016 13:54:41 +0200 Subject: [PATCH] manifest: versioned: fix typo Signed-off-by: Antonio Murdaca --- manifest/versioned.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest/versioned.go b/manifest/versioned.go index c57398bd..caa6b14e 100644 --- a/manifest/versioned.go +++ b/manifest/versioned.go @@ -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"`