From 39cdea6df47265c69f9b3aefa24eb37b14697c29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Kr=C3=BCger?= Date: Wed, 7 Aug 2019 21:07:35 +0200 Subject: [PATCH] Update README.md (fix typo) Co-Authored-By: Philipp Hansch --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4a194e5add..15648b21023 100644 --- a/README.md +++ b/README.md @@ -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: