From 20f225005a4f5fe497fd6456f218216387a41069 Mon Sep 17 00:00:00 2001 From: YuJie <390282283@qq.com> Date: Sat, 8 Jul 2017 06:59:10 +0800 Subject: [PATCH] Fix the sentence Signed-off-by: YuJie <390282283@qq.com> --- blobs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.