From 39aa56457b55bc1e28650ec8a27c7efde21d0da7 Mon Sep 17 00:00:00 2001
From: Evelyn <evelyn@cesanta.com>
Date: Mon, 25 Jul 2016 17:32:22 +0100
Subject: [PATCH] Update mg_start_thread.md

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

diff --git a/docs/c-api/util.h/mg_start_thread.md b/docs/c-api/util.h/mg_start_thread.md
index 11b66d30a..4a3c809f9 100644
--- a/docs/c-api/util.h/mg_start_thread.md
+++ b/docs/c-api/util.h/mg_start_thread.md
@@ -6,8 +6,8 @@ signature: |
   void *mg_start_thread(void *(*thread_func);
 ---
 
-Start a new detached thread.
-Arguments and semantic is the same as pthead's `pthread_create()`.
+Starts a new detached thread.
+Arguments and semantics are the same as pthead's `pthread_create()`.
 `thread_func` is a thread function, `thread_func_param` is a parameter
 that is passed to the thread function. 
 
-- 
GitLab