From 6bbc2e3ddd3d02c5512519522cebb92c66e75cb9 Mon Sep 17 00:00:00 2001 From: Aitor Ruano Date: Mon, 13 Jan 2020 12:32:47 +0100 Subject: [PATCH] fix typo in cargo description --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fe55c2e..9718263 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "sharks" version = "0.1.0" authors = ["Aitor Ruano "] -description = "Fast, smanll and secure Shamir's Secret Sharing library crate" +description = "Fast, small and secure Shamir's Secret Sharing library crate" homepage = "https://github.com/c0dearm/sharks" repository = "https://github.com/c0dearm/sharks" readme = "README.md"