From febdde3a3d00b0a8443e2fc7c6c62f21c8321ed3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Lauzier?= Date: Tue, 15 Feb 2022 13:34:06 -0500 Subject: [PATCH] Grammar fix --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ad4b9ef..50dc54e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "infer" version = "0.7.0" authors = ["Bojan "] edition = "2018" -description = "Small crate to infer file types based on its magic number signature" +description = "Small crate to infer file type based on magic number signatures" license = "MIT" keywords = ["magic-number", "filetype", "mime", "mime-types", "no_std"] readme = "README.md"