Skip to content

Commit

Permalink
Update doc based on review
Browse files Browse the repository at this point in the history
Co-authored-by: Glenn Lewis <6598971+gmlewis@users.noreply.github.com>
  • Loading branch information
YuyaAbo and gmlewis committed Jun 26, 2022
1 parent bfbab20 commit 9dd6527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github/repos_hooks.go
Expand Up @@ -213,7 +213,7 @@ func (s *RepositoriesService) Subscribe(ctx context.Context, owner, repo, event,
return s.client.Do(ctx, req, nil)
}

// Unsubscribe lets servers unregister to don't receive updates when a topic is updated.
// Unsubscribe lets servers unregister to no longer receive updates when a topic is updated.
//
// GitHub API docs: https://docs.github.com/en/rest/webhooks#pubsubhubbub
func (s *RepositoriesService) Unsubscribe(ctx context.Context, owner, repo, event, callback string, secret []byte) (*Response, error) {
Expand Down

0 comments on commit 9dd6527

Please sign in to comment.