From 84ed7616ae46b6c3d1ecb7c0937b29337f3b8608 Mon Sep 17 00:00:00 2001 From: Mo Mirza Date: Sun, 27 Mar 2022 20:59:07 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 507148d0..0dd0dd77 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ Then add the following to `Cargo.toml`: ```toml [dependencies] derive_more = "0.99.0" -# You can specifiy the types of derives that you need for less time spent +# You can specify the types of derives that you need for less time spent # compiling. For the full list of features see this crate its Cargo.toml. default-features = false features = ["from", "add", "iterator"]