From 0baceb0e561b5e93da16bc54580ebce868741685 Mon Sep 17 00:00:00 2001 From: Neil Locketz Date: Tue, 30 Jul 2019 12:35:57 -0400 Subject: [PATCH] Fix typo in desc (#34) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3f778044..cc9e4596 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "actix-net" version = "0.3.0" authors = ["Nikolay Kim "] -description = "Actix net - framework for the compisible network services for Rust" +description = "Actix net - framework for the composable network services for Rust" readme = "README.md" keywords = ["network", "framework", "async", "futures"] homepage = "https://actix.rs"