Skip to content

Commit

Permalink
Update merge_requests.go
Browse files Browse the repository at this point in the history
  • Loading branch information
veziak authored Oct 5, 2023
1 parent 2ae422a commit 822d1b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions merge_requests.go
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ type GetMergeRequestChangesOptions struct {
// its files and changes.
//
// Deprecated: This endpoint has been replaced by
// MergeRequestsService.ListMergeRequesDiffs()
// MergeRequestsService.ListMergeRequestDiffs()
//
// GitLab API docs:
// https://docs.gitlab.com/ee/api/merge_requests.html#get-single-merge-request-changes
Expand All @@ -493,7 +493,7 @@ func (s *MergeRequestsService) GetMergeRequestChanges(pid interface{}, mergeRequ
return m, resp, nil
}

// ListMergeRequestDiffsOptions represents the available ListMergeRequesDiffs()
// ListMergeRequestDiffsOptions represents the available ListMergeRequestDiffs()
// options.
//
// GitLab API docs:
Expand Down

0 comments on commit 822d1b5

Please sign in to comment.