Update README.md (fix typo)

Co-Authored-By: Philipp Hansch <dev@phansch.net>
This commit is contained in:
Matthias Krüger 2019-08-07 21:07:35 +02:00 committed by GitHub
parent 8dde4e5806
commit 39cdea6df4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ Now you can run Clippy by invoking the following command:
cargo clippy
```
#### Automatically applying clippy suggestions
#### Automatically applying Clippy suggestions
Some Clippy lint suggestions can be automatically applied by `cargo fix`.
Note that this is still experimental and only supported on the nightly channel: