Update mg_printf.md

This commit is contained in:
Evelyn 2016-07-22 14:53:54 +01:00 committed by GitHub
parent 58de2ad2d7
commit d20e94f763

View File

@ -6,7 +6,7 @@ signature: |
int mg_printf(struct mg_connection *, const char *fmt, ...);
---
Send `printf`-style formatted data to the connection.
Sends `printf`-style formatted data to the connection.
See `mg_send` for more details on send semantics.