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.
This commit is contained in:
bors 2022-12-10 11:02:26 +00:00
commit c6c69cde0d

View file

@ -249,7 +249,7 @@ situations:
not currently being built. For example:
```toml
[dependency.common]
[dependencies.common]
version = "1.0"
features = ["f1"]