Update mg_add_sock.md

This commit is contained in:
Evelyn 2016-07-22 14:37:21 +01:00 committed by GitHub
parent a5d2772082
commit 63bf428c34

View File

@ -6,8 +6,8 @@ signature: |
struct mg_connection *mg_add_sock(struct mg_mgr *, sock_t, mg_event_handler_t);
---
Create a connection, associate it with the given socket and event handler,
and add it to the manager.
Creates a connection, associates it with the given socket and event handler
and adds it to the manager.
For more options see the `mg_add_sock_opt` variant.