Skip to content

Commit c6c69cd

Browse files
committed
Auto merge of #11469 - nilclass:patch-1, r=weihanglo
resolver.md: Fix naming in example ### What does this PR try to resolve? It fixes what I believe to be a typo in the documentation. ### How should we test and review this PR? Adding the example as it was to a `Cargo.toml` prints this warning: ``` warning: unused manifest key: dependency ``` With the corrected version it does not.
2 parents 70898e5 + 439fde9 commit c6c69cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/reference/resolver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ situations:
249249
not currently being built. For example:
250250

251251
```toml
252-
[dependency.common]
252+
[dependencies.common]
253253
version = "1.0"
254254
features = ["f1"]
255255

0 commit comments

Comments
 (0)