Skip to content

Commit

Permalink
docs fix: correct a comment (#2383)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidxia committed Jun 13, 2022
1 parent 096a96b commit 3072c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github/teams.go
Expand Up @@ -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:
Expand Down

0 comments on commit 3072c0a

Please sign in to comment.