diff options
Diffstat (limited to 'docs/ref/api/msg/nng_msg_body.md')
| -rw-r--r-- | docs/ref/api/msg/nng_msg_body.md | 2 |
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. |
