aboutsummaryrefslogtreecommitdiff
path: root/docs/ref/api/msg/nng_msg.md
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2024-10-12 12:30:54 -0700
committerGarrett D'Amore <garrett@damore.org>2024-10-12 12:30:54 -0700
commit11c33cd32f09a4cb3f18960aeb140e5efe96c181 (patch)
treeeef62e80bd7140b7c0457f98833d283377bb7d17 /docs/ref/api/msg/nng_msg.md
parentf26952c3bcbc83358e3a69d5d2e613f61fd657e1 (diff)
downloadnng-11c33cd32f09a4cb3f18960aeb140e5efe96c181.tar.gz
nng-11c33cd32f09a4cb3f18960aeb140e5efe96c181.tar.bz2
nng-11c33cd32f09a4cb3f18960aeb140e5efe96c181.zip
nng message header converted to mdbook
Diffstat (limited to 'docs/ref/api/msg/nng_msg.md')
-rw-r--r--docs/ref/api/msg/nng_msg.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/api/msg/nng_msg.md b/docs/ref/api/msg/nng_msg.md
index 84d6c273..8d8b8686 100644
--- a/docs/ref/api/msg/nng_msg.md
+++ b/docs/ref/api/msg/nng_msg.md
@@ -87,7 +87,7 @@ by making use of scratch areas at the beginning and end of the message.
These scratch areas, the "{{i:headroom}}" and "{{i:tailroom}}", are automatically
included when allocating a message.
-Using `nng_msg_reserve` to ensure that adequate buffer space is availabe
+Using `nng_msg_reserve` to ensure that adequate buffer space is available
in advance can reduce repeated allocations and data copies when modifying messages.
## RETURN VALUES