From b533b084f3abeabe6949cdaaff80f74ac22f7200 Mon Sep 17 00:00:00 2001 From: Camille TJHOA Date: Wed, 29 Apr 2015 14:18:02 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4190005175a..de37d5e59f8 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ You can add `OPTIONS` to `allow`/`warn`/`deny`: - the whole set using the `clippy` lint group (`#[deny(clippy)]`, etc) - only some lints (`#[deny(single_match, box_vec)]`, etc) -*`deny` produce error instead of warnings* +*`deny` produces error instead of warnings* ##License Licensed under [MPL](https://www.mozilla.org/MPL/2.0/). If you're having issues with the license, let me know and I'll try to change it to something more permissive.