doc(api): code comment typo

Co-authored-by: Andy Feller <andyfeller@github.com>
This commit is contained in:
Kynan Ware 2025-05-15 08:33:30 -06:00 committed by GitHub
parent 5dc854c75e
commit da40e08746
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -940,7 +940,7 @@ func RepoMetadata(client *Client, repo ghrepo.Interface, input RepoMetadataInput
// that.
// Note: this only matters for `gh pr` flows, which currently does not
// request actor assignees, so we probably won't hit this until
// `gh pr` reqeuests actor assignees.
// `gh pr` requests actor assignees.
if input.Reviewers {
g.Go(func() error {
users, err := RepoAssignableUsers(client, repo)