From e09b9a5fae2c543ee196f5255f9b8ceb172bb2e3 Mon Sep 17 00:00:00 2001 From: kevincatty Date: Wed, 12 Mar 2025 16:13:39 +0800 Subject: [PATCH] chore: remove redundant word in comment Signed-off-by: kevincatty --- pkg/cmd/pr/update-branch/update_branch.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cmd/pr/update-branch/update_branch.go b/pkg/cmd/pr/update-branch/update_branch.go index 023fdae50..ca3b2c910 100644 --- a/pkg/cmd/pr/update-branch/update_branch.go +++ b/pkg/cmd/pr/update-branch/update_branch.go @@ -43,7 +43,7 @@ func NewCmdUpdateBranch(f *cmdutil.Factory, runF func(*UpdateBranchOptions) erro Without an argument, the pull request that belongs to the current branch is selected. The default behavior is to update with a merge commit (i.e., merging the base branch - into the the PR's branch). To reconcile the changes with rebasing on top of the base + into the PR's branch). To reconcile the changes with rebasing on top of the base branch, the %[1]s--rebase%[1]s option should be provided. `, "`"), Example: heredoc.Doc(`