Skip to content

Commit d115e42

Browse files
committed
Fix typo in lightning-net-tokio crate description.
1 parent 14ffb8f commit d115e42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning-net-tokio/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "Apache-2.0"
66
edition = "2018"
77
description = """
88
Implementation of the rust-lightning network stack using Tokio.
9-
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.
9+
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.
1010
"""
1111

1212
[dependencies]

0 commit comments

Comments
 (0)