Merge pull request #2328 from stepyu/patch-1

Fix the sentence
This commit is contained in:
Olivier Gambier
2018-08-23 16:02:07 -07:00
committed by GitHub

View File

@@ -67,7 +67,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.