Skip to content

Commit 4df5a17

Browse files
committed
Auto merge of #12541 - epage:fix, r=weihanglo
docs(guide): Generalize over VCSs This is a follow up to #12382
2 parents 5155d3f + a3dc5a1 commit 4df5a17

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ about them, here’s a summary:
88
* `Cargo.lock` contains exact information about your dependencies. It is
99
maintained by Cargo and should not be manually edited.
1010

11-
When in doubt, check `Cargo.lock` into git.
11+
When in doubt, check `Cargo.lock` into the version control system (e.g. Git).
1212
For a better understanding of why and what the alternatives might be, see
1313
[“Why have Cargo.lock in version control?” in the FAQ](../faq.md#why-have-cargolock-in-version-control).
1414
We recommend pairing this with

0 commit comments

Comments
 (0)