From 34a62d4b9e5e0039312b7bd05adb9bbe7a629184 Mon Sep 17 00:00:00 2001 From: David Xia Date: Mon, 13 Jun 2022 15:26:09 -0400 Subject: [PATCH] docs fix: correct a comment --- 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: