Update mg_printf_http_chunk.md

This commit is contained in:
Evelyn 2016-07-22 16:13:38 +01:00 committed by GitHub
parent e2330944d4
commit efe53b57e4

View File

@ -6,6 +6,6 @@ signature: |
void mg_printf_http_chunk(struct mg_connection *nc, const char *fmt, ...);
---
Send printf-formatted HTTP chunk.
Sends a printf-formatted HTTP chunk.
Functionality is similar to `mg_send_http_chunk()`.