Fix the sentence
Signed-off-by: YuJie <390282283@qq.com>
This commit is contained in:
parent
f86db6b226
commit
20f225005a
1 changed files with 1 additions and 1 deletions
2
blobs.go
2
blobs.go
|
@ -66,7 +66,7 @@ type Descriptor struct {
|
||||||
Size int64 `json:"size,omitempty"`
|
Size int64 `json:"size,omitempty"`
|
||||||
|
|
||||||
// Digest uniquely identifies the content. A byte stream can be verified
|
// Digest uniquely identifies the content. A byte stream can be verified
|
||||||
// against against this digest.
|
// against this digest.
|
||||||
Digest digest.Digest `json:"digest,omitempty"`
|
Digest digest.Digest `json:"digest,omitempty"`
|
||||||
|
|
||||||
// URLs contains the source URLs of this content.
|
// URLs contains the source URLs of this content.
|
||||||
|
|
Loading…
Reference in a new issue