diff options
Diffstat (limited to 'docs/reference/src/msg')
| -rw-r--r-- | docs/reference/src/msg/nng_msg_dup.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/src/msg/nng_msg_dup.md b/docs/reference/src/msg/nng_msg_dup.md index 2f657307..21057058 100644 --- a/docs/reference/src/msg/nng_msg_dup.md +++ b/docs/reference/src/msg/nng_msg_dup.md @@ -14,7 +14,7 @@ int nng_msg_dup(nng_msg **dup, nng_msg_t *orig); ## DESCRIPTION -The `nng_msg_dup()` makes a duplicate of the original message _orig_, and +The `nng_msg_dup()` makes a duplicate of the original [message][msg] _orig_, and saves the result in the location pointed by _dup_. The actual message body and header content is copied, but the duplicate may contain a |
