Skip to content

Commit 3072c0a

Browse files
authored
docs fix: correct a comment (#2383)
1 parent 096a96b commit 3072c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github/teams.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ func (s *TeamsService) IsTeamRepoBySlug(ctx context.Context, org, slug, owner, r
452452
}
453453

454454
// TeamAddTeamRepoOptions specifies the optional parameters to the
455-
// TeamsService.AddTeamRepo method.
455+
// TeamsService.AddTeamRepoByID and TeamsService.AddTeamRepoBySlug methods.
456456
type TeamAddTeamRepoOptions struct {
457457
// Permission specifies the permission to grant the team on this repository.
458458
// Possible values are:

0 commit comments

Comments
 (0)