What changed, and why it matters
This commit fixes a single typo in a documentation comment, changing 'available on at' to 'available at'. There is no code change and no security relevance.
Recommended action
No action required; this is a cosmetic documentation fix.
Security signals we found
No strong security signals were identified.
Evidence from the diff
A one-word correction in a Rust doc comment for the NetworkMessage enum in p2p/src/message.rs. The diff alters only documentation text and has no functional impact on parsing, serialization, or network behavior.
Changed components
p2p/src/message.rs documentation commentInspect captured patch +1 / −1
diff --git a/p2p/src/message.rs b/p2p/src/message.rs
index e1294416..777ff5bb 100644
--- a/p2p/src/message.rs
+++ b/p2p/src/message.rs
@@ -203,7 +203,7 @@ impl_vec_wrapper!(InventoryPayload, message_blockdata::Inventory);
impl_vec_wrapper!(AddrPayload, (u32, Address));
impl_vec_wrapper!(AddrV2Payload, AddrV2Message);
-/// A Network message payload. Proper documentation is available on at
+/// A Network message payload. Proper documentation is available at
/// [Bitcoin Wiki: Protocol Specification](https://en.bitcoin.it/wiki/Protocol_specification)
#[derive(Clone, PartialEq, Eq, Debug)]
pub enum NetworkMessage {
Risk score
Our methodology →Why this scored 15/100
Human-validated context
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
No validated notes yet.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.