summaryrefslogtreecommitdiff
path: root/app/services/commits/commit_patch_service.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/services/commits/commit_patch_service.rb')
-rw-r--r--app/services/commits/commit_patch_service.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/services/commits/commit_patch_service.rb b/app/services/commits/commit_patch_service.rb
index 9253cfaac20..49113c3c691 100644
--- a/app/services/commits/commit_patch_service.rb
+++ b/app/services/commits/commit_patch_service.rb
@@ -7,7 +7,7 @@ module Commits
# - user: `User` that will be the committer
# - params:
# - branch_name: `String` the branch that will be committed into
- # - start_branch: `String` the branch that will will started from
+ # - start_branch: `String` the branch that will be started from
# - patches: `Gitlab::Git::Patches::Collection` that contains the patches
def initialize(*args)
super