aboutsummaryrefslogtreecommitdiff
path: root/docs/ref/api/msg/nng_msg_body.md
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2024-10-12 13:00:14 -0700
committerGarrett D'Amore <garrett@damore.org>2024-10-12 13:00:14 -0700
commit6ab70ad6cfeea09fddddc2a6ac2f199a2e1cf828 (patch)
treec290ca9b8b584d7f450542255f41886cb5ec5f12 /docs/ref/api/msg/nng_msg_body.md
parent11c33cd32f09a4cb3f18960aeb140e5efe96c181 (diff)
downloadnng-6ab70ad6cfeea09fddddc2a6ac2f199a2e1cf828.tar.gz
nng-6ab70ad6cfeea09fddddc2a6ac2f199a2e1cf828.tar.bz2
nng-6ab70ad6cfeea09fddddc2a6ac2f199a2e1cf828.zip
nng_msg_header and company converted to mdbook
Diffstat (limited to 'docs/ref/api/msg/nng_msg_body.md')
-rw-r--r--docs/ref/api/msg/nng_msg_body.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/api/msg/nng_msg_body.md b/docs/ref/api/msg/nng_msg_body.md
index ff78e852..2942738a 100644
--- a/docs/ref/api/msg/nng_msg_body.md
+++ b/docs/ref/api/msg/nng_msg_body.md
@@ -94,7 +94,7 @@ end of the message body.
## RETURN VALUES
The `nng_msg_body` function returns a pointer to the start of the message body.
-The `nng_msg_len` function returns the length of the message in bytes.
+The `nng_msg_len` function returns the length of the message body in bytes.
The `nng_msg_clear` function does not return anything.
The remaining functions return zero on success, or a non-zero error value on failure.