Skip to content

Commit 2ee984d

Browse files
rcchopraCopilot
andauthored
Update scm/apps.go
Co-authored-by: Copilot <[email protected]>
1 parent b55e808 commit 2ee984d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scm/apps.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ type (
116116

117117
// AppsService provides access to Apps-related functions.
118118
AppsService interface {
119-
// Get returns a single GitHub App. Passing the empty string will get
120-
// the authenticated GitHub App.
119+
// Get returns a single App. Passing the empty string will get
120+
// the authenticated App.
121121
Get(ctx context.Context, appSlug string) (*App, *Response, error)
122122

123123
// ListInstallations lists the installations that the current GitHub App has.

0 commit comments

Comments
 (0)