aboutsummaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/api/msg.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/api/msg.md b/docs/ref/api/msg.md
index 0ded6504..319fa1e4 100644
--- a/docs/ref/api/msg.md
+++ b/docs/ref/api/msg.md
@@ -3,8 +3,8 @@
Messages {{hi:messages}} in Scalability Protocols are the fundamental unit of
transmission and reception, as these protocols are fundamentally message-oriented.
-Messages have a [body][nng_msg_body]{{hi:body}}, containing the application-supplied
-payload, and a [header][nng_msg_header]{{hi:header}}, containing protocol specific routing and similar
+Messages have a [body][`nng_msg_body`]{{hi:body}}, containing the application-supplied
+payload, and a [header][`nng_msg_header`]{{hi:header}}, containing protocol specific routing and similar
related information.
> [!TIP]