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