Fix comment errors (#3302)

pull/3317/head
weidong 2023-04-28 21:53:05 +08:00 committed by GitHub
parent 03d633b3f8
commit e351cf7095
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)