Commit 64b61b05 authored by Marcin Tojek's avatar Marcin Tojek

Typo: cherry picks

parent 5dabb35f
...@@ -492,7 +492,7 @@ type CherryPickCommitOptions struct { ...@@ -492,7 +492,7 @@ type CherryPickCommitOptions struct {
TargetBranch *string `url:"branch" json:"branch,omitempty"` TargetBranch *string `url:"branch" json:"branch,omitempty"`
} }
// CherryPickCommit sherry picks a commit to a given branch. // CherryPickCommit cherry picks a commit to a given branch.
// //
// GitLab API docs: https://docs.gitlab.com/ce/api/commits.html#cherry-pick-a-commit // GitLab API docs: https://docs.gitlab.com/ce/api/commits.html#cherry-pick-a-commit
func (s *CommitsService) CherryPickCommit(pid interface{}, sha string, opt *CherryPickCommitOptions, options ...OptionFunc) (*Commit, *Response, error) { func (s *CommitsService) CherryPickCommit(pid interface{}, sha string, opt *CherryPickCommitOptions, options ...OptionFunc) (*Commit, *Response, error) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment