diff options
| author | Garrett D'Amore <garrett@damore.org> | 2024-10-27 12:38:10 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2024-10-27 12:38:10 -0700 |
| commit | c699588c5e68880b8fd890711a4f7cca2b49a0bc (patch) | |
| tree | b2d08fa351bb16b1565a812ea176fdcbf4140ac8 /docs/ref/api | |
| parent | c3109f64ac62bdabb1c026d6fe8285e182b9b321 (diff) | |
| download | nng-c699588c5e68880b8fd890711a4f7cca2b49a0bc.tar.gz nng-c699588c5e68880b8fd890711a4f7cca2b49a0bc.tar.bz2 nng-c699588c5e68880b8fd890711a4f7cca2b49a0bc.zip | |
docs: fix message links
Diffstat (limited to 'docs/ref/api')
| -rw-r--r-- | docs/ref/api/msg.md | 4 |
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] |
