From 770be613d74faaa789719946e99f7c8a3d5ec4fc Mon Sep 17 00:00:00 2001 From: Evelyn Date: Mon, 25 Jul 2016 17:20:33 +0100 Subject: [PATCH] Update mg_dns_reply_record.md --- docs/c-api/dns-server.h/mg_dns_reply_record.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/c-api/dns-server.h/mg_dns_reply_record.md b/docs/c-api/dns-server.h/mg_dns_reply_record.md index a247c8ec..408f705f 100644 --- a/docs/c-api/dns-server.h/mg_dns_reply_record.md +++ b/docs/c-api/dns-server.h/mg_dns_reply_record.md @@ -9,10 +9,10 @@ signature: | size_t rdata_len); --- -Append a DNS reply record to the IO buffer and to the DNS message. +Appends a DNS reply record to the IO buffer and to the DNS message. -The message num_answers field will be incremented. It's caller's duty -to ensure num_answers is propertly initialized. +The message's num_answers field will be incremented. It's the caller's duty +to ensure num_answers is properly initialised. Returns -1 on error.