Update mg_add_sock_opt.md

This commit is contained in:
Evelyn 2016-07-22 14:38:44 +01:00 committed by GitHub
parent 63bf428c34
commit 51d415c8dd

View File

@ -8,8 +8,8 @@ signature: |
struct mg_add_sock_opts); struct mg_add_sock_opts);
--- ---
Create a connection, associate it with the given socket and event handler, Creates a connection, associates it with the given socket and event handler
and add to the manager. and adds to the manager.
See the `mg_add_sock_opts` structure for a description of the options. See the `mg_add_sock_opts` structure for a description of the options.