From e351cf70957fe01238ce4a5df63e56cfb69d6f7c Mon Sep 17 00:00:00 2001 From: weidong Date: Fri, 28 Apr 2023 21:53:05 +0800 Subject: [PATCH] Fix comment errors (#3302) --- core/linker.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/linker.go b/core/linker.go index 65bbf5e7ae..6cf5fdc215 100644 --- a/core/linker.go +++ b/core/linker.go @@ -16,7 +16,7 @@ package core import "context" -// Linker provides a deep link to to a git resource in the +// Linker provides a deep link to a git resource in the // source control management system for a given build. type Linker interface { Link(ctx context.Context, repo, ref, sha string) (string, error)