Skip to content

Commit 538299a

Browse files
authored
fix grammar
1 parent 3b52678 commit 538299a

File tree

1 file changed

+1
-1
lines changed
  • src/doc/rustc-dev-guide/src

1 file changed

+1
-1
lines changed

src/doc/rustc-dev-guide/src/git.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ Here is some general advice about how to keep your local repo
344344
up-to-date with upstream changes:
345345

346346
Using `git pull upstream master` while on your local master branch regularly
347-
will keep it up-to-date. You will also want to rebase your feature branches
347+
will keep it up-to-date. You will also want to keep your feature branches
348348
up-to-date as well. After pulling, you can checkout the feature branches
349349
and rebase them:
350350

0 commit comments

Comments
 (0)