about summary refs log tree commit diff
diff options
context:
space:
mode:
authornora <48135649+Noratrieb@users.noreply.github.com>2025-08-11 11:45:27 +0200
committerGitHub <noreply@github.com>2025-08-11 11:45:27 +0200
commitf2294bbccf7b2788e450a8f7cea13b3321709482 (patch)
tree000c5d0019bac287bb33630d5b6304eba0245b54
parent3b52678b5f077442ff82d51448c0a00d4c5aa623 (diff)
parent538299a6f5fb34239bd4992786a19e5bd728737c (diff)
Merge pull request #2545 from rust-lang/tshepang-patch-1
fix grammar
-rw-r--r--src/doc/rustc-dev-guide/src/git.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/git.md b/src/doc/rustc-dev-guide/src/git.md
index 687830a7237..8f0511a4548 100644
--- a/src/doc/rustc-dev-guide/src/git.md
+++ b/src/doc/rustc-dev-guide/src/git.md
@@ -344,7 +344,7 @@ Here is some general advice about how to keep your local repo
 up-to-date with upstream changes:
 
 Using `git pull upstream master` while on your local master branch regularly
-will keep it up-to-date. You will also want to rebase your feature branches
+will keep it up-to-date. You will also want to keep your feature branches
 up-to-date as well. After pulling, you can checkout the feature branches
 and rebase them: