From fe71a75b8dbc47a32baa7b868681101557d6ec8a Mon Sep 17 00:00:00 2001 From: Chamod Shehanka Perera Date: Sun, 5 Jan 2025 11:55:56 +0530 Subject: [PATCH] Updated GetPullRequest comment in internal/gitprovider/gitprovider.go Co-authored-by: Kent Rancourt --- internal/gitprovider/gitprovider.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/gitprovider/gitprovider.go b/internal/gitprovider/gitprovider.go index dbd195d33..bfa931aff 100644 --- a/internal/gitprovider/gitprovider.go +++ b/internal/gitprovider/gitprovider.go @@ -43,7 +43,7 @@ type Interface interface { // CreatePullRequest creates a pull request. CreatePullRequest(context.Context, *CreatePullRequestOpts) (*PullRequest, error) - // GetPullRequest Get gets an existing pull request by ID + // GetPullRequest gets an existing pull request by ID GetPullRequest(context.Context, int64) (*PullRequest, error) // ListPullRequests lists pull requests by the given options. Implementations