Skip to content

Commit

Permalink
Merge pull request containerd#6845 from my-git9/test1
Browse files Browse the repository at this point in the history
fix incorrect syntax in comments
  • Loading branch information
estesp authored Apr 25, 2022
2 parents 6111b5e + da3e2f9 commit 4ef928a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/image.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ type platformManifest struct {
// TODO(stevvooe): This violates the current platform agnostic approach to this
// package by returning a specific manifest type. We'll need to refactor this
// to return a manifest descriptor or decide that we want to bring the API in
// this direction because this abstraction is not needed.`
// this direction because this abstraction is not needed.
func Manifest(ctx context.Context, provider content.Provider, image ocispec.Descriptor, platform platforms.MatchComparer) (ocispec.Manifest, error) {
var (
limit = 1
Expand Down

0 comments on commit 4ef928a

Please sign in to comment.