From 285f75764cf777cdd4ed10c7a0ffff330d418b23 Mon Sep 17 00:00:00 2001
From: Evelyn <evelyn@cesanta.com>
Date: Mon, 25 Jul 2016 17:37:20 +0100
Subject: [PATCH] Update mg_match_prefix.md

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

diff --git a/docs/c-api/util.h/mg_match_prefix.md b/docs/c-api/util.h/mg_match_prefix.md
index 17da2ea7a..5f4eb943e 100644
--- a/docs/c-api/util.h/mg_match_prefix.md
+++ b/docs/c-api/util.h/mg_match_prefix.md
@@ -6,7 +6,7 @@ signature: |
   int mg_match_prefix(const char *pattern, int pattern_len, const char *str);
 ---
 
-Match 0-terminated string (mg_match_prefix) or string with given length
+Matches 0-terminated string (mg_match_prefix) or string with given length
 mg_match_prefix_n against a glob pattern.
-Match is case-insensitive. Return number of bytes matched, or -1 if no match. 
+Match is case-insensitive. Returns the number of bytes matched or -1 if no match. 
 
-- 
GitLab