Skip to content

Commit 8c35950

Browse files
authored
Fix typo
The opening backtick for the code snippet was in the wrong place, causing the URL to not render correctly.
1 parent 79a491a commit 8c35950

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)