fix typos in comment
Signed-off-by: fate-grand-order <chenjg@harmonycloud.cn>
This commit is contained in:
parent
6a8e2ca84f
commit
3161f9d1fd
3 changed files with 4 additions and 4 deletions
|
@ -81,7 +81,7 @@ type ManifestList struct {
|
|||
Manifests []ManifestDescriptor `json:"manifests"`
|
||||
}
|
||||
|
||||
// References returnes the distribution descriptors for the referenced image
|
||||
// References returns the distribution descriptors for the referenced image
|
||||
// manifests.
|
||||
func (m ManifestList) References() []distribution.Descriptor {
|
||||
dependencies := make([]distribution.Descriptor, len(m.Manifests))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue