]> git.lizzy.rs Git - rust.git/blobdiff - README.md
Rustup
[rust.git] / README.md
index 98f712c28d82176c4ba9cbd4fba680918d8cf2c1..69dba57f4602579c56b667a43af0e6d08eb1150a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -89,7 +89,7 @@ Be sure that Clippy was compiled with the same version of rustc that cargo invok
 
 ## Configuration
 
-Some lints can be configured in a TOML file named with `clippy.toml` or `.clippy.toml`. It contains basic `variable = value` mapping eg.
+Some lints can be configured in a TOML file named `clippy.toml` or `.clippy.toml`. It contains a basic `variable = value` mapping eg.
 
 ```toml
 blacklisted-names = ["toto", "tata", "titi"]