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
commit 1300e580d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.