From fe2d1ff027cb67b15f93a01884bc97a12dac5cbf Mon Sep 17 00:00:00 2001 From: Evelyn Date: Mon, 25 Jul 2016 17:33:17 +0100 Subject: [PATCH] Update mg_sock_addr_to_str.md --- docs/c-api/util.h/mg_sock_addr_to_str.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/c-api/util.h/mg_sock_addr_to_str.md b/docs/c-api/util.h/mg_sock_addr_to_str.md index 0563630b..6fd70529 100644 --- a/docs/c-api/util.h/mg_sock_addr_to_str.md +++ b/docs/c-api/util.h/mg_sock_addr_to_str.md @@ -7,7 +7,7 @@ signature: | int flags); --- -Convert socket's address into string. +Converts the socket's address into string. `flags` is MG_SOCK_STRINGIFY_IP and/or MG_SOCK_STRINGIFY_PORT.