From a78f346ac6f6f051079ada6bb7b6b00f6d4ed6c6 Mon Sep 17 00:00:00 2001 From: Evelyn Date: Fri, 22 Jul 2016 14:34:04 +0100 Subject: [PATCH] Update mg_mgr_free.md --- docs/c-api/net.h/mg_mgr_free.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/c-api/net.h/mg_mgr_free.md b/docs/c-api/net.h/mg_mgr_free.md index 07ca25d3..d2df34e4 100644 --- a/docs/c-api/net.h/mg_mgr_free.md +++ b/docs/c-api/net.h/mg_mgr_free.md @@ -6,7 +6,7 @@ signature: | void mg_mgr_free(struct mg_mgr *); --- -De-initializes Mongoose manager. +De-initialises Mongoose manager. -Close and deallocate all active connections. +Closes and deallocates all active connections.