Skip to content

Commit

Permalink
Fix comment errors (#3302)
Browse files Browse the repository at this point in the history
  • Loading branch information
weidongkl committed Apr 28, 2023
1 parent 03d633b commit e351cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/linker.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e351cf7

Please sign in to comment.