Make docs look nicer by adding explicit spacing
[rust-lightning] / src / chain / mod.rs
index 2919e08bfb9699061da0cb44246b83e8443c76be..95fdce8172745372e2ea57bb954106425b13e24f 100644 (file)
@@ -1,5 +1,4 @@
-//! Module provides structs and traits which allow other parts of rust-lightning to interact with
-//! the blockchain.
+//! Structs and traits which allow other parts of rust-lightning to interact with the blockchain.
 
 pub mod chaininterface;
 pub mod transaction;