aboutsummaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2024-10-27 12:38:10 -0700
committerGarrett D'Amore <garrett@damore.org>2024-10-27 12:38:10 -0700
commitc699588c5e68880b8fd890711a4f7cca2b49a0bc (patch)
treeb2d08fa351bb16b1565a812ea176fdcbf4140ac8 /docs/ref
parentc3109f64ac62bdabb1c026d6fe8285e182b9b321 (diff)
downloadnng-c699588c5e68880b8fd890711a4f7cca2b49a0bc.tar.gz
nng-c699588c5e68880b8fd890711a4f7cca2b49a0bc.tar.bz2
nng-c699588c5e68880b8fd890711a4f7cca2b49a0bc.zip
docs: fix message links
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]