From 3072c0afc8f37b55692ccc00ce978d1bc102a652 Mon Sep 17 00:00:00 2001 From: David Xia Date: Mon, 13 Jun 2022 12:34:06 -0700 Subject: [PATCH] docs fix: correct a comment (#2383) --- github/teams.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github/teams.go b/github/teams.go index 77b38dd6dd1..38845e0953f 100644 --- a/github/teams.go +++ b/github/teams.go @@ -452,7 +452,7 @@ func (s *TeamsService) IsTeamRepoBySlug(ctx context.Context, org, slug, owner, r } // TeamAddTeamRepoOptions specifies the optional parameters to the -// TeamsService.AddTeamRepo method. +// TeamsService.AddTeamRepoByID and TeamsService.AddTeamRepoBySlug methods. type TeamAddTeamRepoOptions struct { // Permission specifies the permission to grant the team on this repository. // Possible values are: