Fix typo in lightning-net-tokio crate description. 2020-01-net-async-await
authorMatt Corallo <git@bluematt.me>
Mon, 3 Feb 2020 23:47:38 +0000 (18:47 -0500)
committerMatt Corallo <git@bluematt.me>
Wed, 11 Mar 2020 16:19:39 +0000 (12:19 -0400)
lightning-net-tokio/Cargo.toml

index c915220d64252d878b4c16083347743347b33524..9c84b1353aeb460f7dc9821fa6b3f76dfad5a785 100644 (file)
@@ -6,7 +6,7 @@ license = "Apache-2.0"
 edition = "2018"
 description = """
 Implementation of the rust-lightning network stack using Tokio.
-For Rust-Lightning clients which wish to make direct connections to Lightning P2P nodes, this is a simple alternative to implementing the nerequired network stack, especially for those already using Tokio.
+For Rust-Lightning clients which wish to make direct connections to Lightning P2P nodes, this is a simple alternative to implementing the required network stack, especially for those already using Tokio.
 """
 
 [dependencies]