diff options
| author | Garrett D'Amore <garrett@damore.org> | 2024-10-12 13:06:40 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2024-10-12 13:06:40 -0700 |
| commit | 0f7ad003c7b357d5e5a8fb10753732c8460eef15 (patch) | |
| tree | 69e24f94deba403098126625cc357537653b449a /docs/ref/api/msg/nng_msg_header.md | |
| parent | 6ab70ad6cfeea09fddddc2a6ac2f199a2e1cf828 (diff) | |
| download | nng-0f7ad003c7b357d5e5a8fb10753732c8460eef15.tar.gz nng-0f7ad003c7b357d5e5a8fb10753732c8460eef15.tar.bz2 nng-0f7ad003c7b357d5e5a8fb10753732c8460eef15.zip | |
Minor fixes to mdbook docs.
Diffstat (limited to 'docs/ref/api/msg/nng_msg_header.md')
| -rw-r--r-- | docs/ref/api/msg/nng_msg_header.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/api/msg/nng_msg_header.md b/docs/ref/api/msg/nng_msg_header.md index 7c25347c..7743684a 100644 --- a/docs/ref/api/msg/nng_msg_header.md +++ b/docs/ref/api/msg/nng_msg_header.md @@ -40,7 +40,7 @@ should be considered overhead in the protocols where they appear. > [!TIP] > Most applications should not need to access the message header content -> directly, unless they ar working with [raw mode][raw] sockets. +> directly, unless they are working with [raw mode][raw] sockets. The `nng_msg_header` function returns a pointer to the start of the header content of the message _msg_. |
