Update mg_coap_send_ack.md

This commit is contained in:
Evelyn 2016-07-25 17:28:05 +01:00 committed by GitHub
parent cc15320cfe
commit be199b4fe9

View File

@ -6,7 +6,7 @@ signature: |
uint32_t mg_coap_send_ack(struct mg_connection *nc, uint16_t msg_id);
---
Compose CoAP acknowledgement from `mg_coap_message`
and send it into `nc` connection.
Composes CoAP acknowledgement from `mg_coap_message`
and sends it into `nc` connection.
Return value: see `mg_coap_send_message()`