Skip to content

Commit 33d343b

Browse files
committed
Auto merge of #12435 - szabgab:patch-1, r=weihanglo
replace `master` branch by default branch in documentation
2 parents 6dc1dea + 4bf2695 commit 33d343b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/guide/cargo-toml-vs-cargo-lock.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ regex = { git = "https://github.com/rust-lang/regex.git" }
3535
This package has a single dependency, on the `regex` library. We’ve stated in
3636
this case that we’re relying on a particular Git repository that lives on
3737
GitHub. Since we haven’t specified any other information, Cargo assumes that
38-
we intend to use the latest commit on the `master` branch to build our package.
38+
we intend to use the latest commit on the default branch to build our package.
3939

4040
Sound good? Well, there’s one problem: If you build this package today, and
4141
then you send a copy to me, and I build this package tomorrow, something bad

0 commit comments

Comments
 (0)