Commit 63bf428c authored by Evelyn's avatar Evelyn Committed by GitHub

Update mg_add_sock.md

parent a5d27720
......@@ -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.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment