From 8d129e359e947b619e43b581e8214b8cb70fa319 Mon Sep 17 00:00:00 2001
From: Evelyn <evelyn@cesanta.com>
Date: Mon, 25 Jul 2016 17:33:03 +0100
Subject: [PATCH] Update mg_conn_addr_to_str.md

---
 docs/c-api/util.h/mg_conn_addr_to_str.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/c-api/util.h/mg_conn_addr_to_str.md b/docs/c-api/util.h/mg_conn_addr_to_str.md
index f17bfb70f..e379ff3f8 100644
--- a/docs/c-api/util.h/mg_conn_addr_to_str.md
+++ b/docs/c-api/util.h/mg_conn_addr_to_str.md
@@ -7,9 +7,9 @@ signature: |
                            int flags);
 ---
 
-Convert connection's local or remote address into string.
+Converts a connection's local or remote address into string.
 
-The `flags` parameter is a bit mask that controls the behavior,
+The `flags` parameter is a bit mask that controls the behaviour;
 see `MG_SOCK_STRINGIFY_*` definitions.
 
 - MG_SOCK_STRINGIFY_IP - print IP address
-- 
GitLab