From 089a7321ef063b3b24c9ccd50b45e280da8377ce Mon Sep 17 00:00:00 2001 From: Andy Pan Date: Fri, 25 Jan 2019 21:54:44 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Update=20the=20comment=20about?= =?UTF-8?q?=20error=20types?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ants.go b/ants.go index 422b0b4..167c744 100644 --- a/ants.go +++ b/ants.go @@ -63,7 +63,7 @@ func Release() { defaultAntsPool.Release() } -// Errors for the Ants API. +// Error types for the Ants API. var ( ErrInvalidPoolSize = errors.New("invalid size for pool") ErrInvalidPoolExpiry = errors.New("invalid expiry for pool")