Update mg_printf_websocket_frame.md

This commit is contained in:
Evelyn 2016-07-22 16:12:07 +01:00 committed by GitHub
parent 873ceb48bd
commit 1c18906db7

View File

@ -7,8 +7,8 @@ signature: |
const char *fmt, ...);
---
Send websocket frame to the remote end.
Sends WebSocket frame to the remote end.
Like `mg_send_websocket_frame()`, but allows to create formatted message
Like `mg_send_websocket_frame()`, but allows to create formatted messages
with `printf()`-like semantics.