From da3e2f985a9afe4f97657f3ee973fc809413e776 Mon Sep 17 00:00:00 2001 From: "xin.li" Date: Sun, 24 Apr 2022 13:45:42 +0800 Subject: [PATCH] fix incorrect syntax in comments Signed-off-by: xin.li Signed-off-by: xin.li Signed-off-by: xin.li --- images/image.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/image.go b/images/image.go index d45afe482..95dba51e9 100644 --- a/images/image.go +++ b/images/image.go @@ -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