Skip to content

Commit 6fb5d53

Browse files
committed
Auto merge of #14696 - addykan:patch-1, r=epage
Fix typo in faq.md The opening backtick for the code snippet was in the wrong place, causing the URL to not render correctly.
2 parents 79a491a + 8c35950 commit 6fb5d53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/faq.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ However, this determinism can give a false sense of security because
132132
`Cargo.lock` does not affect the consumers of your package, only `Cargo.toml` does that.
133133
For example:
134134
- [`cargo install`] will select the latest dependencies unless
135-
`[--locked`](commands/cargo.html#option-cargo---locked) is passed in.
135+
[`--locked`](commands/cargo.html#option-cargo---locked) is passed in.
136136
- New dependencies, like those added with [`cargo add`], will be locked to the latest version
137137

138138
The lockfile can also be a source of merge conflicts.

0 commit comments

Comments
 (0)