From 94cb8c3badf8882fbc80d10a7af7b8600b8ad9e4 Mon Sep 17 00:00:00 2001 From: Chakib Benziane Date: Fri, 7 Dec 2018 17:57:11 +0100 Subject: [PATCH] typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e62a0f5..689661a 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ The `Manager` handles communication and synchronized shutdown procedure. 1. Create a unit manager 2. Implement the `WorkUnit` on your goroutines 3. Add units to the manager -4. Start the manager and wait on it's `Quit` channel +4. Start the manager and wait on its `Quit` channel ```golang import (