Skip to content

Commit a3dc5a1

Browse files
committed
docs(guide): Generalize over VCSs
This is a follow up to #12382
1 parent 5155d3f commit a3dc5a1

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
@@ -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)