Docs improvements
[rust-lightning] / lightning / src / ln / wire.rs
index deec15a51369e8c31907af564bb0b67453470b8f..532eb00b871034ebbc4913b7f0b3ffc75035f145 100644 (file)
@@ -42,7 +42,7 @@ pub(crate) trait TestEq {}
 impl<T> TestEq for T {}
 
 
-/// A Lightning message returned by [`read()`] when decoding bytes received over the wire. Each
+/// A Lightning message returned by [`read`] when decoding bytes received over the wire. Each
 /// variant contains a message from [`msgs`] or otherwise the message type if unknown.
 #[allow(missing_docs)]
 #[derive(Debug)]