From 24a2e35ccde66cd4eccd7e84d62e2e14a8fa4d42 Mon Sep 17 00:00:00 2001 From: "David A. Harding" Date: Sat, 30 May 2015 13:02:17 -0400 Subject: [PATCH] Dev Docs: Fix Autoxref of "header" in P2P Section Reported by aliakbarahmadi (thanks!) Closes #867 --- _includes/ref_p2p_networking.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/ref_p2p_networking.md b/_includes/ref_p2p_networking.md index 28d5ab22..5758ec08 100644 --- a/_includes/ref_p2p_networking.md +++ b/_includes/ref_p2p_networking.md @@ -85,8 +85,8 @@ please [open an issue][docs issue].) {% autocrossref %} All messages in the network protocol use the same container format, -which provides a required multi-field header and an optional payload. -The header format is: +which provides a required multi-field message header and an optional payload. +The message header format is: | Bytes | Name | Data Type | Description |-------|--------------|-----------|-------------