Skip to content

Commit

Permalink
Auto merge of #12541 - epage:fix, r=weihanglo
Browse files Browse the repository at this point in the history
docs(guide): Generalize over VCSs

This is a follow up to #12382
  • Loading branch information
bors committed Aug 22, 2023
2 parents 5155d3f + a3dc5a1 commit 4df5a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/src/guide/cargo-toml-vs-cargo-lock.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ about them, here’s a summary:
* `Cargo.lock` contains exact information about your dependencies. It is
maintained by Cargo and should not be manually edited.

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

0 comments on commit 4df5a17

Please sign in to comment.