We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b55e808 commit 2ee984dCopy full SHA for 2ee984d
scm/apps.go
@@ -116,8 +116,8 @@ type (
116
117
// AppsService provides access to Apps-related functions.
118
AppsService interface {
119
- // Get returns a single GitHub App. Passing the empty string will get
120
- // the authenticated GitHub App.
+ // Get returns a single App. Passing the empty string will get
+ // the authenticated App.
121
Get(ctx context.Context, appSlug string) (*App, *Response, error)
122
123
// ListInstallations lists the installations that the current GitHub App has.
0 commit comments