From 273e11fcafa07287c19b28794dfd28ae9b09e7ff Mon Sep 17 00:00:00 2001 From: Philipp Hansch Date: Sun, 2 Sep 2018 11:31:39 +0200 Subject: [PATCH] Trigger rebuild for AppVeyor (and fix grammar) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98f712c28..69dba57f4 100644 --- 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"]