Update mg_printf_html_escape.md

This commit is contained in:
Evelyn 2016-07-22 16:15:26 +01:00 committed by GitHub
parent 6ae6ee9fd2
commit f8da303ca1

View File

@ -6,5 +6,5 @@ signature: |
void mg_printf_html_escape(struct mg_connection *nc, const char *fmt, ...);
---
Send printf-formatted HTTP chunk, escaping HTML tags.
Sends a printf-formatted HTTP chunk, escaping HTML tags.