diff --git a/blobs.go b/blobs.go index 01d309029..0b13f50f8 100644 --- a/blobs.go +++ b/blobs.go @@ -66,7 +66,7 @@ type Descriptor struct { Size int64 `json:"size,omitempty"` // Digest uniquely identifies the content. A byte stream can be verified - // against against this digest. + // against this digest. Digest digest.Digest `json:"digest,omitempty"` // URLs contains the source URLs of this content.