From 63df9f08b2e5af96d14c26c2141330a33180090e Mon Sep 17 00:00:00 2001 From: andy pan Date: Mon, 21 May 2018 12:48:03 +0800 Subject: [PATCH] Merge branch 'develop' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86d822c..567d24b 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ ants.Push(func() {}) ``` ## Custom limited pool -Ants also supports the custom limited pool. You can use the `NewPool` method to generate a pool with the given capacity, as following: +Ants also supports custom limited pool. You can use the `NewPool` method to create a pool with the given capacity, as following: ``` go // set 10000 the size of goroutine pool